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 f3ffb96 commit f940c84Copy full SHA for f940c84
.github/workflows/build_base_and_push.yml
@@ -17,7 +17,7 @@ on:
17
architecture:
18
description: 'Architecture'
19
required: true
20
- default: 'linux/amd64'
+ default: 'linux/amd64,linux/arm64'
21
type: choice
22
options:
23
- linux/amd64
@@ -101,4 +101,4 @@ jobs:
101
password: ${{ secrets.DOCKERHUB_TOKEN }}
102
- name: Docker Buildx (build-and-push)
103
run: |
104
- docker buildx build -f Dockerfile-base --output "type=image,push=true" ${{ steps.prepare.outputs.buildx_args }}
+ docker buildx build -f Dockerfile-base --output "type=image,push=true" ${{ steps.prepare.outputs.buildx_args }}
0 commit comments