-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Labels
Description
Currently the windows container images are disabled during CI builds. I think we should enable them to get better coverage of our artifact builds during regular CI runs on PRs.
opentelemetry-collector-releases/cmd/goreleaser/internal/configure.go
Lines 802 to 803 in cc8736b
imageConfig.SkipBuild = "{{ not (eq .Runtime.Goos \"windows\") }}" | |
imageConfig.SkipPush = "{{ not (eq .Runtime.Goos \"windows\") }}" |
dosubot and RedX258-max