We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a3a9c commit f2d00f6Copy full SHA for f2d00f6
.github/workflows/publish-docker-image.yml
@@ -33,6 +33,7 @@ jobs:
33
- name: Build and push
34
uses: docker/build-push-action@v6
35
with:
36
+ platforms: linux/amd64,linux/arm64
37
file: ./wp_rs_web/Dockerfile
38
push: true
39
tags: |
0 commit comments