From 337820ba366275ae47c5448e777eaf08ce264b05 Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 2 Aug 2025 11:05:21 +0200 Subject: [PATCH] add arm support --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca730c1f..2aa88668 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,8 @@ jobs: goosarch: - 'linux/amd64' - 'linux/386' + - 'linux/arm64' + - 'linux/arm' steps: - name: Checkout code uses: actions/checkout@v4 @@ -110,7 +112,7 @@ jobs: ghcr.io/${{ env.REPO_LC }}:${{ github.ref_name }} cache-from: type=gha cache-to: type=gha,mode=max - platforms: linux/amd64,linux/386 + platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7 build-args: | TARGETARCH @@ -153,6 +155,6 @@ jobs: tags: ghcr.io/${{ env.REPO_LC }}:dev cache-from: type=gha cache-to: type=gha,mode=max - platforms: linux/amd64,linux/386 + platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7 build-args: | TARGETARCH