We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7c673 commit 8908462Copy full SHA for 8908462
.github/workflows/reusable_build_images.yml
@@ -25,7 +25,7 @@ jobs:
25
fail-fast: false
26
matrix:
27
arch: [amd64, arm64]
28
- runs-on: ${{ (matrix.arch == 'arm64' && 'oracle-aarch64-4cpu-16gb') || 'ubuntu-22.04' }}
+ runs-on: ${{ (matrix.arch == 'arm64' && 'ubuntu-22.04-arm') || 'ubuntu-22.04' }}
29
steps:
30
- name: Checkout repo
31
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments