From 57d2bcdd07a54be7b7744dccdb43e59243444354 Mon Sep 17 00:00:00 2001 From: Guillermo Date: Fri, 13 Feb 2026 13:28:37 +0000 Subject: [PATCH] remove amr64 --- .gitea/workflows/example.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/example.yaml b/.gitea/workflows/example.yaml index f2a9985..3e5878d 100644 --- a/.gitea/workflows/example.yaml +++ b/.gitea/workflows/example.yaml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Extract Branch Name + run: echo "${{ gitea.ref }}" run: echo "${{ gitea.ref }}" | sed 's|refs/heads/||' >> env.BRANCH_NAME #- name: Setup QEMU @@ -41,6 +42,6 @@ jobs: context: . push: true tags: ${{ env.DOCKER_ORG }}/beyondcx:${{ env.BRANCH_NAME }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64