Skip to content

Commit

Permalink
Specify 7 as arm version for arm build in CI (open-telemetry#7873)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wal8800 committed Jun 12, 2023
1 parent ed8547a commit 94490ae
Showing 1 changed file with 2 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 @@ -217,6 +217,7 @@ jobs:
goarch: ppc64le
- goos: linux
goarch: arm
goarm: 7
- goos: windows
goarch: 386
- goos: windows
Expand All @@ -241,5 +242,6 @@ jobs:
env:
GOOS: ${{matrix.goos}}
GOARCH: ${{matrix.goarch}}
GOARM: ${{matrix.goarm}}
run: |
make otelcorecol

0 comments on commit 94490ae

Please sign in to comment.