From 559f49db8a73bab8bb1b20a060161ea660f9559d Mon Sep 17 00:00:00 2001 From: Guillermo Date: Fri, 13 Feb 2026 13:29:50 +0000 Subject: [PATCH] remove amr64 --- .gitea/workflows/example.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/example.yaml b/.gitea/workflows/example.yaml index 3e5878d..f03e4f0 100644 --- a/.gitea/workflows/example.yaml +++ b/.gitea/workflows/example.yaml @@ -15,8 +15,8 @@ jobs: uses: actions/checkout@v4 - name: Extract Branch Name - run: echo "${{ gitea.ref }}" - run: echo "${{ gitea.ref }}" | sed 's|refs/heads/||' >> env.BRANCH_NAME + run: echo "${{ gitea.ref }}" ; + echo "${{ gitea.ref }}" | sed 's|refs/heads/||' >> env.BRANCH_NAME #- name: Setup QEMU # uses: docker/setup-qemu-action@v3