Skip to content

Commit

Permalink
adding support for ppc64le arch
Browse files Browse the repository at this point in the history
  • Loading branch information
adilhusain-s committed Jul 7, 2022
1 parent a1e2ad0 commit 72be292
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ jobs:
goarch: amd64
- goos: linux
goarch: arm64
- goos: linux
goarch: ppc64le
- goos: linux
goarch: arm
- goos: windows
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scripts/verify-dist-files-exist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ files=(
bin/otelcol_darwin_amd64
bin/otelcol_darwin_arm64
bin/otelcol_linux_arm64
bin/otelcol_linux_ppc64le
bin/otelcol_linux_amd64
bin/otelcol_windows_amd64.exe
);
Expand Down
1 change: 1 addition & 0 deletions cmd/builder/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ builds:
goarch:
- amd64
- arm64
- ppc64le
ignore:
- goos: windows
goarch: arm64
Expand Down

0 comments on commit 72be292

Please sign in to comment.