[chore] move package tests from contrib repo to this repo #198
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 - k8s - GoReleaser | |
on: | |
push: | |
branches: [main] | |
paths: | |
- "distributions/otelcol-k8s/**" | |
- "cmd/**" | |
- ".github/**" | |
- "scripts/**" | |
- "Makefile" | |
- "go.mod" | |
- "go.sum" | |
pull_request: | |
branches: [main] | |
paths: | |
- "distributions/otelcol-k8s/**" | |
- "cmd/**" | |
- ".github/**" | |
- "scripts/**" | |
- "Makefile" | |
- "go.mod" | |
- "go.sum" | |
jobs: | |
check-goreleaser: | |
name: Continuous Integration - k8s - GoReleaser | |
uses: ./.github/workflows/base-ci-goreleaser.yaml | |
with: | |
distribution: otelcol-k8s | |
goos: '[ "linux" ]' | |
goarch: '[ "amd64", "arm64", "ppc64le", "s390x" ]' | |
secrets: inherit |