From 3ded857456bf08cd28a4273e2bd88ffe362c11b7 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 23 Feb 2025 16:36:30 -0500 Subject: [PATCH] testing just arm64 build --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 116fad9..ffc8601 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -51,7 +51,7 @@ jobs: context: . file: ./Dockerfile platforms: | - linux/amd64 + linux/arm64 push: true tags: | # replace it with your local IP and tags git.vpn.cusano.net/${{ vars.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}