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: