We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea91dc commit b0481aaCopy full SHA for b0481aa
1 file changed
.github/workflows/release.yml
@@ -19,8 +19,11 @@ jobs:
19
ubuntu-version: 24.04
20
additional-deps: gcc-multilib libc6-dev-i386
21
- architecture: arm64
22
- platform: buildjet-2vcpu-ubuntu-2204-arm
+ platform: codspeedhq-arm64-ubuntu-22.04
23
ubuntu-version: 22.04
24
+ - architecture: arm64
25
+ platform: codspeedhq-arm64-ubuntu-24.04
26
+ ubuntu-version: 24.04
27
28
runs-on: ${{ matrix.runner.platform }}
29
steps:
0 commit comments