From 3f56156013e778f1c3559bd95a27cec8d93ed24f Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Wed, 18 Oct 2023 07:53:38 +0200 Subject: [PATCH] ci(tmp): verify build on arm64 runners --- .github/workflows/build_packages.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build_packages.yaml b/.github/workflows/build_packages.yaml index 26e5b5cab..9b464b95f 100644 --- a/.github/workflows/build_packages.yaml +++ b/.github/workflows/build_packages.yaml @@ -151,7 +151,7 @@ jobs: path: _packages/${{ matrix.profile }}/ linux: - runs-on: ['self-hosted', 'linux', "${{ matrix.arch }}"] + runs-on: "${{ matrix.arch == 'arm64' && 'aws-arm64' || 'aws-amd64' }}" # always run in builder container because the host might have the wrong OTP version etc. # otherwise buildx.sh does not run docker if arch and os matches the target arch and os. container: @@ -199,8 +199,6 @@ jobs: shell: bash steps: - - uses: AutoModality/action-clean@v1 - - uses: actions/checkout@v3 with: ref: ${{ github.event.inputs.ref }}