Skip to content
Snippets Groups Projects
Commit 3881ccd0 authored by vanhauser-thc's avatar vanhauser-thc
Browse files

enable arm64 container build again

parent f01bf776
No related branches found
No related tags found
No related merge requests found
...@@ -47,8 +47,8 @@ jobs: ...@@ -47,8 +47,8 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v2 uses: docker/setup-qemu-action@v2
# with: with:
# platforms: arm64 platforms: arm64
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
- name: Login to docker.io - name: Login to docker.io
...@@ -69,8 +69,7 @@ jobs: ...@@ -69,8 +69,7 @@ jobs:
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with:
context: . context: .
platforms: linux/amd64 platforms: linux/amd64,linux/arm64
# ,linux/arm64
push: true push: true
tags: ${{ steps.push-tags.outputs.PUSH_TAGS }} tags: ${{ steps.push-tags.outputs.PUSH_TAGS }}
cache-from: type=gha cache-from: type=gha
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment