From 7e44e0e803276a02cf647c724ded1f3ca51de851 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Tue, 4 Mar 2025 22:04:36 -0500 Subject: [PATCH] Typo in 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 a91fec4..02458e0 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -50,7 +50,7 @@ jobs: context: . file: ./Dockerfile platforms: | - linux/arm4 + 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 }}/${{ env.CONTAINER_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}