⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

[opampsupervisor] Reapply and fix MSI installer with fixed release wo… #232

[opampsupervisor] Reapply and fix MSI installer with fixed release wo…

[opampsupervisor] Reapply and fix MSI installer with fixed release wo… #232

Workflow file for this run

name: Release OTLP
on:
push:
tags: ["v*"]
permissions:
contents: read
jobs:
release:
name: Release OTLP
uses: ./.github/workflows/base-release.yaml
with:
distribution: otelcol-otlp
goos: '[ "linux", "darwin" ]'
goarch: '[ "386", "amd64", "arm64", "ppc64le", "arm", "s390x", "riscv64" ]'
nightly: ${{ contains(github.ref, '-nightly') }}
secrets: inherit
permissions: write-all
release-windows:
name: Release OTLP (Windows)
if: ${{ !contains(github.ref, '-nightly') }}
uses: ./.github/workflows/base-release.yaml
with:
distribution: otelcol-otlp
goos: '[ "windows" ]'
goarch: '[ "386", "amd64" ]'
runner_os: windows-2022
secrets: inherit
permissions: write-all