add arm64 builds again
This commit is contained in:
parent
0430a653e6
commit
71007d0f3b
@ -89,6 +89,8 @@ jobs:
|
|||||||
org.opencontainers.image.description=teufa container image
|
org.opencontainers.image.description=teufa container image
|
||||||
org.opencontainers.image.source=https://brosner.dev/brosner/teufa
|
org.opencontainers.image.source=https://brosner.dev/brosner/teufa
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
- name: Setup docker buildx
|
- name: Setup docker buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Build image
|
- name: Build image
|
||||||
@ -99,5 +101,5 @@ jobs:
|
|||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
annotations: ${{ steps.meta.outputs.annotations }}
|
annotations: ${{ steps.meta.outputs.annotations }}
|
||||||
target: prod
|
target: prod
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user