From f46c2523259ae1ad05415f8f3e225a564740bae9 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Fri, 2 Feb 2024 14:51:18 -0500 Subject: [PATCH] Removed QEMU, I'm Pretty Sure I Don't Need It --- .forgejo/workflows/demo.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index a2a6668..9017fc8 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -21,8 +21,6 @@ jobs: # - name: Print Some Debugging Info # shell: /bin/ash -e {0} # run: cat /etc/hosts - - name: Set up QEMU (Do I need this?) - uses: https://github.com/docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: https://github.com/docker/setup-buildx-action@v3 - name: Login to docker repo