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 8804210 commit b4c515cCopy full SHA for b4c515c
.github/workflows/build_image.yml
@@ -14,9 +14,6 @@ jobs:
14
build:
15
name: Build and publish container images
16
runs-on: ubuntu-latest
17
- strategy:
18
- matrix:
19
- architecture: [amd64, arm64]
20
steps:
21
- name: Set up QEMU
22
uses: docker/setup-qemu-action@v3
@@ -54,7 +51,7 @@ jobs:
54
51
uses: docker/build-push-action@v5
55
52
with:
56
53
push: true
57
- platforms: linux/${{ matrix.architecture }}
+ platforms: linux/amd64,linux/arm64
58
tags: ${{ steps.meta.outputs.tags }}
59
labels: ${{ steps.meta.outputs.labels }}
60
build-args: |
0 commit comments