Skip to content

enabled CGO for Macos otelcol contrib #3

enabled CGO for Macos otelcol contrib

enabled CGO for Macos otelcol contrib #3

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

View workflow run for this annotation

GitHub Actions / Continuous Integration - Contrib - GoReleaser

Invalid workflow file

The workflow is not valid. .github/workflows/ci-goreleaser-contrib-cgo.yaml (Line: 33, Col: 16): Invalid input, runs-on is not defined in the referenced workflow.
secrets: inherit