Change test-pr workflow to always run on amd64

This commit is contained in:
MrMeeb 2024-04-16 09:12:46 +00:00
parent f3a7685c42
commit c1bfeeee60

View File

@ -9,7 +9,7 @@ env:
jobs: jobs:
"Build Image": "Build Image":
runs-on: ubuntu-docker-latest runs-on: [ubuntu-docker-latest, linux/amd64]
steps: steps:
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3
@ -32,7 +32,7 @@ jobs:
username: Gitea username: Gitea
avatarUrl: ${{ vars.RUNNER_ICON_URL }} avatarUrl: ${{ vars.RUNNER_ICON_URL }}
"Notify": "Notify":
runs-on: ubuntu-docker-latest runs-on: [ubuntu-docker-latest, linux/amd64]
needs: ["Build Image"] needs: ["Build Image"]
steps: steps:
- name: Notify of success - name: Notify of success