Skip to content

Commit 853f4d6

Browse files
committed
Merge branch 'main' into feat/install-from-registry
2 parents 23b3ec2 + 1e5c91a commit 853f4d6

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
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
@@ -40,7 +40,7 @@ jobs:
4040
- target: x86_64-unknown-linux-gnu
4141
os: ubuntu-latest
4242
- target: aarch64-unknown-linux-gnu
43-
os: buildjet-4vcpu-ubuntu-2204-arm
43+
os: ubuntu-22.04-arm
4444
- target: x86_64-apple-darwin
4545
os: macos-latest
4646
- 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

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
exclude: '^extra/completions/'
4444

4545
- repo: https://github.com/rhysd/actionlint
46-
rev: 62dc61a45fc95efe8c800af7a557ab0b9165d63b # 1.7.1
46+
rev: 03d0035246f3e81f36aed592ffb4bebf33a03106 # 1.7.7
4747
hooks:
4848
- id: actionlint
4949

0 commit comments

Comments
 (0)