Skip to content

Commit b883231

Browse files
committed
specific platforms
1 parent e70e92f commit b883231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-push-ghcr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: docker/build-push-action@v4
9494
with:
9595
context: .
96-
platforms: ${{ steps.buildx.outputs.platforms }}
96+
platforms: linux/amd64,linux/arm64
9797
push: ${{ github.event_name != 'pull_request' }}
9898
tags: ${{ steps.meta.outputs.tags }}
9999

0 commit comments

Comments
 (0)