Skip to content

Commit f93c52f

Browse files
committed
Explicitly list the platforms we want
1 parent 29a4392 commit f93c52f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: Build and push Docker image
4949
uses: docker/build-push-action@v6
5050
with:
51+
platforms: linux/amd64,linux/arm64
5152
push: ${{ github.event_name != 'pull_request' }}
5253
tags: ${{ steps.meta.outputs.tags }}
5354
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)