remove amr64

This commit is contained in:
Guillermo
2026-02-13 13:28:37 +00:00
parent 807bcc8034
commit 57d2bcdd07

View File

@@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Extract Branch Name - name: Extract Branch Name
run: echo "${{ gitea.ref }}"
run: echo "${{ gitea.ref }}" | sed 's|refs/heads/||' >> env.BRANCH_NAME run: echo "${{ gitea.ref }}" | sed 's|refs/heads/||' >> env.BRANCH_NAME
#- name: Setup QEMU #- name: Setup QEMU
@@ -41,6 +42,6 @@ jobs:
context: . context: .
push: true push: true
tags: ${{ env.DOCKER_ORG }}/beyondcx:${{ env.BRANCH_NAME }} tags: ${{ env.DOCKER_ORG }}/beyondcx:${{ env.BRANCH_NAME }}
platforms: linux/amd64,linux/arm64 platforms: linux/amd64