We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689f6c7 commit 3004256Copy full SHA for 3004256
.github/actions/docker-build-and-push/action.yml
@@ -29,11 +29,11 @@ runs:
29
echo "Tag: ${{ inputs.tag }}"
30
echo "Registry: ${{ inputs.registry }}"
31
shell: bash
32
-
+
33
- name: Build image
34
run: |
35
docker buildx build \
36
- --platform linux/amd64 \
+ --platform linux/amd64,linux/arm64 \
37
-t ${{ inputs.registry }}/${{ inputs.image-name }}:${{ inputs.tag }} \
38
--push .
39
0 commit comments