Skip to content

Commit

Permalink
Remove arm from docker build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
yvanoers committed Feb 22, 2021
1 parent e5c3558 commit 3193d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
DOCKER_REPO: ${{ secrets.DOCKER_REPO }}
run: |
docker buildx build \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
--platform linux/amd64 \
--build-arg VERSION=${{ steps.prepare.outputs.tag_name }} \
--push \
-t ${DOCKER_REPO:-dkron/dkron}:${{ steps.prepare.outputs.tag_name }} \
Expand Down

0 comments on commit 3193d7f

Please sign in to comment.