1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-07-17 01:32:29 +02:00

Push arm images via arm self-hosted runner

This commit is contained in:
Dimitri Huisman
2022-08-31 21:07:27 +02:00
committed by GitHub
parent af79ade594
commit 56d0e795eb

View File

@ -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: