Skip to content

Commit

Permalink
fix: currently build tooler for amd64 only
Browse files Browse the repository at this point in the history
  • Loading branch information
Schille committed Apr 1, 2022
1 parent 48d4f6d commit 2637ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: tooler/
platforms: linux/amd64,linux/arm64
platforms: linux/amd64 # ,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: quay.io/getdeck/tooler:latest

0 comments on commit 2637ceb

Please sign in to comment.