From aaa7bd3da1704f9f946a592131e97a3547ed3e92 Mon Sep 17 00:00:00 2001 From: scito Date: Tue, 27 Dec 2022 10:34:32 +0100 Subject: [PATCH] build also on arm64 --- .github/workflows/ci_docker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_docker.yml b/.github/workflows/ci_docker.yml index 7face73..01479f1 100644 --- a/.github/workflows/ci_docker.yml +++ b/.github/workflows/ci_docker.yml @@ -44,6 +44,7 @@ jobs: uses: docker/build-push-action@v2 with: # relative path to the place where source code with Dockerfile is located + platforms: linux/amd64,linux/arm64 context: . file: Dockerfile_no_qr_reader # Note: tags has to be all lower-case @@ -57,6 +58,7 @@ jobs: - name: "qr_reader: Build image and push to Docker Hub and GitHub Container Registry" uses: docker/build-push-action@v2 with: + platforms: linux/amd64,linux/arm64 # relative path to the place where source code with Dockerfile is located context: . # Note: tags has to be all lower-case