enabled CGO for Macos otelcol contrib #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous Integration - Contrib - GoReleaser | ||
on: | ||
push: | ||
branches: [main] | ||
paths: | ||
- "distributions/otelcol-contrib-cgo/**" | ||
- "cmd/**" | ||
- ".github/**" | ||
- "scripts/**" | ||
- "Makefile" | ||
- "go.mod" | ||
- "go.sum" | ||
pull_request: | ||
branches: [main] | ||
paths: | ||
- "distributions/otelcol-contrib-cgo/**" | ||
- "cmd/**" | ||
- ".github/**" | ||
- "scripts/**" | ||
- "Makefile" | ||
- "go.mod" | ||
- "go.sum" | ||
jobs: | ||
check-goreleaser: | ||
name: Continuous Integration - Contrib CGO - GoReleaser | ||
uses: ./.github/workflows/base-ci-goreleaser.yaml | ||
with: | ||
distribution: otelcol-contrib-cgo | ||
goos: '[ "darwin" ]' | ||
goarch: '[ "amd64", "arm64" ]' | ||
runs-on: '[ macos-latest ]' | ||
Check failure on line 33 in .github/workflows/ci-goreleaser-contrib-cgo.yaml GitHub Actions / Continuous Integration - Contrib - GoReleaserInvalid workflow file
|
||
secrets: inherit |