Skip to content

[chore] enable windows container builds on CI #2264

[chore] enable windows container builds on CI

[chore] enable windows container builds on CI #2264

name: CI - k8s - GoReleaser
on:
merge_group:
push:
branches:
- main
- release/*
paths:
- "distributions/otelcol-k8s/**"
- "cmd/**"
- ".github/**"
- "scripts/**"
- "Makefile"
- "go.mod"
- "go.sum"
pull_request:
branches:
- main
- release/*
paths:
- "distributions/otelcol-k8s/**"
- "cmd/**"
- ".github/**"
- "scripts/**"
- "Makefile"
- "go.mod"
- "go.sum"
permissions:
contents: read
jobs:
check-goreleaser:
name: CI - k8s - GoReleaser
uses: ./.github/workflows/base-ci-goreleaser.yaml
with:
distribution: otelcol-k8s
goos: '[ "linux" ]'
goarch: '[ "amd64", "arm64", "ppc64le", "riscv64", "s390x" ]'
secrets: inherit