From 56d0e795ebd19ade4dedcb1d68d4eac710e7cfa0 Mon Sep 17 00:00:00 2001 From: Dimitri Huisman <52963853+Diman0@users.noreply.github.com> Date: Wed, 31 Aug 2022 21:07:27 +0200 Subject: [PATCH] Push arm images via arm self-hosted runner --- .github/workflows/build_test_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index 55a68367..bbf03230 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -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: