Skip to content

Commit

Permalink
.github: Remove arm support for docker images
Browse files Browse the repository at this point in the history
stream-tester image build is breaking on arm
  • Loading branch information
victorges committed Oct 13, 2022
1 parent ccd50e8 commit 4b8980b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
push: true
build-args: |
version=${{ github.ref_type == 'tag' && github.ref_name || github.sha }}
Expand Down

0 comments on commit 4b8980b

Please sign in to comment.