From dffa3ed670a7377eae8d68e24fde92427758a2a1 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Mon, 27 Nov 2023 08:57:48 +0100 Subject: [PATCH] ci(beta): build arm64 images --- .github/workflows/beta-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta-release.yml b/.github/workflows/beta-release.yml index 1d3701c3..42a880d6 100644 --- a/.github/workflows/beta-release.yml +++ b/.github/workflows/beta-release.yml @@ -49,7 +49,7 @@ jobs: with: context: . file: ./packages/worker/Dockerfile - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: true tags: ghcr.io/${{ github.repository_owner }}/worker:${{ needs.create-tag.outputs.tagname }} cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/worker:buildcache @@ -79,7 +79,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: true tags: ghcr.io/${{ github.repository_owner }}/runtipi:${{ needs.create-tag.outputs.tagname }} cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/runtipi:buildcache