Skip to content

Commit

Permalink
Update goreplay.yml
Browse files Browse the repository at this point in the history
Remove ARM for now. Issue at buger/goreplay#1034
  • Loading branch information
jauderho committed Jan 19, 2022
1 parent 5bb3bf9 commit 0db4846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/goreplay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
with:
push: ${{ github.event_name != 'pull_request' }}
context: ${{ github.workflow }}
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/s390x
platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm/v6,linux/s390x
#platforms: linux/amd64,linux/386,linux/s390x
#platforms: linux/amd64,linux/arm64
#platforms: linux/amd64
build-args: |
Expand Down

0 comments on commit 0db4846

Please sign in to comment.