Skip to content

Release Core

Release Core #14

Workflow file for this run

name: Release Core
on:
push:
tags: ["v*"]
jobs:
release:
name: Release Core
uses: ./.github/workflows/base-release.yaml
with:
distribution: otelcol
goos: '[ "linux", "windows", "darwin" ]'
goarch: '[ "386", "amd64", "arm64", "ppc64le", "arm", "s390x" ]'
secrets: inherit
permissions: write-all