From 6763eefdbcefc7fa68ecd5d1d9db083be7266f4d Mon Sep 17 00:00:00 2001 From: Emmanuel Bruno <emmanuel.bruno@univ-tln.fr> Date: Fri, 7 Apr 2023 21:59:33 +0200 Subject: [PATCH] multiarch --- .github/workflows/ci-qemu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-qemu.yml b/.github/workflows/ci-qemu.yml index b65eefa..54b5bdd 100644 --- a/.github/workflows/ci-qemu.yml +++ b/.github/workflows/ci-qemu.yml @@ -79,8 +79,8 @@ jobs: uses: docker/build-push-action@v4 with: context: . -# platforms: linux/amd64,linux/arm64/v8 - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64/v8 +# platforms: linux/amd64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} -- GitLab