From b601fdcbaa2be800b0049a340ea2a49de8f7d897 Mon Sep 17 00:00:00 2001 From: Jannik Reimers Date: Thu, 3 Apr 2025 18:55:41 +0200 Subject: [PATCH] remove qemu and buildx --- .github/workflows/root.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/root.yml b/.github/workflows/root.yml index 1a3ccd1..4577a7a 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -43,11 +43,6 @@ jobs: username: ${{ secrets.DOMAIL }} password: ${{ secrets.DOKEY }} - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - name: Build the Docker image run: docker build -t registry.digitalocean.com/jansel/aglaea:latest -t registry.digitalocean.com/jansel/aglaea:${{ steps.date.outputs.date }} .