run on x86_64
This commit is contained in:
parent
2ec3c80fe8
commit
aa468d086e
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: x86_64
|
||||
container:
|
||||
image: alpine:latest
|
||||
if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy')
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
|
|
Loading…
Reference in a new issue