Skip to content

Commit f940c84

Browse files
Support multiple architectures in build workflow
1 parent f3ffb96 commit f940c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_base_and_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
architecture:
1818
description: 'Architecture'
1919
required: true
20-
default: 'linux/amd64'
20+
default: 'linux/amd64,linux/arm64'
2121
type: choice
2222
options:
2323
- linux/amd64
@@ -101,4 +101,4 @@ jobs:
101101
password: ${{ secrets.DOCKERHUB_TOKEN }}
102102
- name: Docker Buildx (build-and-push)
103103
run: |
104-
docker buildx build -f Dockerfile-base --output "type=image,push=true" ${{ steps.prepare.outputs.buildx_args }}
104+
docker buildx build -f Dockerfile-base --output "type=image,push=true" ${{ steps.prepare.outputs.buildx_args }}

0 commit comments

Comments
 (0)