From 0ed1465af6e30785c8f3d5ef52d99b47a52b222c Mon Sep 17 00:00:00 2001 From: tshak Date: Mon, 6 Nov 2023 18:07:14 +0100 Subject: [PATCH] Add arm64 docker platform support --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1f682a9..6b5df69 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,6 +51,7 @@ jobs: tags: "ghcr.io/${{ env.DOCKER_REPOSITORY }}:${{ steps.get_version.outputs.VERSION }}" cache-from: type=registry,ref=ghcr.io/${{ env.DOCKER_REPOSITORY }} cache-to: type=registry,ref=ghcr.io/${{ env.DOCKER_REPOSITORY }} + platforms: linux/amd64,linux/arm64 - name: Create GitHub Release id: create_release uses: actions/create-release@v1