Change build-develop to always run on amd64
This commit is contained in:
parent
b310418fc9
commit
2a1abc872d
@ -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
|
||||||
@ -39,7 +39,7 @@ jobs:
|
|||||||
avatarUrl: ${{ vars.RUNNER_ICON_URL }}
|
avatarUrl: ${{ vars.RUNNER_ICON_URL }}
|
||||||
"Notify":
|
"Notify":
|
||||||
runs-on: ubuntu-docker-latest
|
runs-on: ubuntu-docker-latest
|
||||||
needs: ["Build Image"]
|
runs-on: [ubuntu-docker-latest, linux/amd64]
|
||||||
steps:
|
steps:
|
||||||
- name: Notify of success
|
- name: Notify of success
|
||||||
uses: rjstone/discord-webhook-notify@v1
|
uses: rjstone/discord-webhook-notify@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user