From e86d9642a364737f700badb316152cc01bda8d14 Mon Sep 17 00:00:00 2001 From: Thephaseless Date: Thu, 21 Nov 2024 22:33:47 +0000 Subject: [PATCH] add armv8 --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 2c47e87..88083cd 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -37,6 +37,7 @@ jobs: platform: - linux/amd64 - linux/arm64 + - linux/arm64/v8 steps: - name: Checkout repository @@ -91,7 +92,6 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: ${{ matrix.platform }} cache-from: type=gha cache-to: type=gha,mode=max build-args: GITHUB_BUILD=true