Skip to content

Commit

Permalink
fix: removed arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
dhommen committed Jul 24, 2023
1 parent e6b9365 commit 3581325
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
secrets: |
"gpc=gpr.user=${{ github.actor }}
gpr.key=${{ secrets.GITHUB_TOKEN }}"
platforms: linux/amd64


# Sign the resulting Docker image digest except on PRs.
Expand Down

0 comments on commit 3581325

Please sign in to comment.