Push arm images via arm self-hosted runner

master
Dimitri Huisman 2 years ago committed by GitHub
parent af79ade594
commit 56d0e795eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -480,7 +480,7 @@ jobs:
name: Deploy images for arm
# Deploying is not required for staging
if: inputs.deploy == 'true' && inputs.architecture != 'linux/amd64'
runs-on: ubuntu-latest
runs-on: self-hosted
needs:
- build-arm
steps:

Loading…
Cancel
Save