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 03451a2 commit daf85d5Copy full SHA for daf85d5
1 file changed
.github/workflows/build-and-publish.yml
@@ -23,6 +23,12 @@ jobs:
23
id-token: write
24
#
25
steps:
26
+ - name: Set up QEMU
27
+ uses: docker/setup-qemu-action@v3
28
+
29
+ - name: Set up Docker Buildx
30
+ uses: docker/setup-buildx-action@v3
31
32
- name: Checkout repository
33
uses: actions/checkout@v4
34
@@ -44,6 +50,7 @@ jobs:
44
50
id: push
45
51
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
46
52
with:
53
+ platforms: linux/amd64,linux/arm64
47
54
context: "{{defaultContext}}:container-build-info"
48
55
push: true
49
56
tags: ${{ steps.meta.outputs.tags }}
0 commit comments