ci(runner): Change running image
This commit is contained in:
parent
e8c24ded70
commit
3c187c8902
@ -9,7 +9,7 @@ on:
|
||||
jobs:
|
||||
build-x86:
|
||||
container:
|
||||
image: debian:latest
|
||||
image: node:22.3-bookworm
|
||||
runs-on: [arm64]
|
||||
# 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' }}
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
|
||||
build-arm64:
|
||||
container:
|
||||
image: debian:latest
|
||||
image: node:22.3-bookworm
|
||||
runs-on: [arm64]
|
||||
# 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 arm' || github.event.comment.body == '!actions run all' }}
|
||||
|
Loading…
Reference in New Issue
Block a user