Skip to content

Commit

Permalink
GitHub pipeline remove arm build (#129)
Browse files Browse the repository at this point in the history
* github doesnt like arm build

* test build

* works
  • Loading branch information
callebtc authored May 10, 2024
1 parent 3a78705 commit 1427ec9
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 @@ -44,6 +44,6 @@ jobs:
context: .
push: ${{ github.event_name == 'release' && github.event.action == 'released' }}
tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:${{ steps.get_tag.outputs.tag }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

0 comments on commit 1427ec9

Please sign in to comment.