ci: Remove runs-on limitation for x86

This commit is contained in:
Tanguy Herbron 2024-06-25 15:59:27 +02:00
parent dadc7375aa
commit cbd5c18fbf

View File

@ -10,7 +10,6 @@ jobs:
build-x86: build-x86:
container: container:
image: node:22.3-bookworm image: node:22.3-bookworm
runs-on: [arm64]
# For manual trigger via Gitea while they implement the workflow_dispatch # For manual trigger via Gitea while they implement the workflow_dispatch
if: ${{ github.event.pull_request != '' || github.event.pusher != '' || github.event.comment.body == '!actions run x86' || github.event.comment.body == '!actions run all' }} if: ${{ github.event.pull_request != '' || github.event.pusher != '' || github.event.comment.body == '!actions run x86' || github.event.comment.body == '!actions run all' }}