Skip to content

Commit 569c014

Browse files
committed
bring back all architectures
1 parent ecac474 commit 569c014

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-goreleaser-ebpf-profiler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
docker_run_options: '--privileged -v /sys/kernel/debug/:/sys/kernel/debug/'
3434
otelcol_run_options: '--feature-gates=service.profilesSupport'
3535
goos: '[ "linux" ]'
36-
goarch: '[ "amd64" ]'
36+
goarch: '[ "amd64", "arm64", "ppc64le", "s390x" ]'
3737
secrets: inherit

cmd/goreleaser/internal/configure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var (
4646
winContainerArchs = []string{"amd64"}
4747
darwinArchs = []string{"amd64", "arm64"}
4848
k8sArchs = []string{"amd64", "arm64", "ppc64le", "s390x"}
49-
ebpfProfilerArchs = []string{"amd64"}
49+
ebpfProfilerArchs = []string{"amd64", "arm64", "ppc64le", "s390x"}
5050

5151
imageRepos = []string{ghcr}
5252

0 commit comments

Comments
 (0)