⚠ 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… #168

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

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

name: Release eBPF Profiler
on:
push:
tags: ["v*"]
permissions:
contents: read
jobs:
release:
name: Release eBPF Profiler
uses: ./.github/workflows/base-release.yaml
with:
distribution: otelcol-ebpf-profiler
goos: '[ "linux" ]'
goarch: '[ "amd64", "arm64" ]'
nightly: ${{ contains(github.ref, '-nightly') }}
secrets: inherit
permissions: write-all