remove QEMU action from pipeline

This commit is contained in:
franz.germann 2025-08-14 13:40:55 +02:00
parent 0ca602049f
commit 74372c0ee6

View file

@ -33,9 +33,6 @@ jobs:
registry: ${{ steps.repository.outputs.registry }}
username: "${{ secrets.PACKAGES_USER }}"
password: "${{ secrets.PACKAGES_TOKEN }}"
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
@ -49,5 +46,4 @@ jobs:
push: true
allow: network.host
network: host
platforms: linux/amd64,linux/arm64
tags: ${{ steps.docker.outputs.tags }}