Skip to content

Commit 404a17e

Browse files
committed
Move from BuildJet to GitHub ARM runners
1 parent c55f692 commit 404a17e

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/actionlint.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/pr_stackablectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- target: x86_64-unknown-linux-gnu
4646
os: ubuntu-latest
4747
- target: aarch64-unknown-linux-gnu
48-
os: buildjet-4vcpu-ubuntu-2204-arm
48+
os: ubuntu-22.04-arm
4949
- target: x86_64-apple-darwin
5050
os: macos-latest
5151
- target: aarch64-apple-darwin

.github/workflows/release_stackablectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
os: ubuntu-20.04 # We don't use ubuntu-latest because we want to build against an old glibc version. (18.04 has glibc 2.27, 20.04 has glibc 2.31, 22.04 has glibc 2.35)
2828
file-suffix: ""
2929
- target: aarch64-unknown-linux-gnu
30-
os: buildjet-4vcpu-ubuntu-2204-arm # The ARM runners only support Ubuntu 22.04, so we can't pick 20.04
30+
os: ubuntu-22.04-arm # 2025-01: The ARM runners only support Ubuntu 22.04 or 24.04, so we can't pick 20.04:
3131
file-suffix: ""
3232
- target: x86_64-apple-darwin
3333
os: macos-latest

0 commit comments

Comments
 (0)