Skip to content

Commit

Permalink
Build linux/amd64 only for now
Browse files Browse the repository at this point in the history
  • Loading branch information
coenjacobs committed Jan 17, 2021
1 parent 9bc53aa commit 8823c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
context: .
file: ./Dockerfile
target: application
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit 8823c51

Please sign in to comment.