Skip to content

Commit

Permalink
fix platform tags in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
routerino committed Dec 23, 2022
1 parent 84c8ed5 commit 271e104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
context: ./docker/production
tags: |
${{ steps.gathervars.outputs.TAG }}
platforms: linux/amd64,linux/arm64,linux/arm32v7
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
push: true
Expand Down

0 comments on commit 271e104

Please sign in to comment.