Skip to content

Commit

Permalink
fix: use self-hosted runner for arm image
Browse files Browse the repository at this point in the history
  • Loading branch information
w3b6x9 committed Nov 10, 2022
1 parent 078d8e3 commit f65ccb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

docker_arm_release:
needs: release
runs-on: [arm-runner]
runs-on: self-hosted
if: needs.release.outputs.published == 'true'
timeout-minutes: 120
env:
Expand Down

0 comments on commit f65ccb3

Please sign in to comment.