Skip to content

Commit 8b0144f

Browse files
committed
add linux arm build, llvm -> 19.1.7
1 parent 45bc227 commit 8b0144f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release Builds
22
on: push
33
env:
4-
LLVM_VERSION: "19.1.6"
4+
LLVM_VERSION: "19.1.7"
55
concurrency:
66
group: release-${{ github.ref }}
77
cancel-in-progress: true
@@ -15,6 +15,9 @@ jobs:
1515
- os: "ubuntu-22.04"
1616
shell: "bash"
1717
LLVM_TARGETS_TO_BUILD: "X86"
18+
- os: "ubuntu-22.04-arm"
19+
shell: "bash"
20+
LLVM_TARGETS_TO_BUILD: "AArch64"
1821
- os: "macos-13"
1922
shell: "bash"
2023
LLVM_TARGETS_TO_BUILD: "X86"

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ repos:
1111
- id: mixed-line-ending
1212
exclude: '.*\.diff$'
1313
- repo: https://github.com/rhysd/actionlint
14-
rev: v1.7.6
14+
rev: v1.7.7
1515
hooks:
1616
- id: actionlint
1717
- repo: https://github.com/pecigonzalo/pre-commit-shfmt
1818
rev: v2.2.0
1919
hooks:
2020
- id: shell-fmt-go
2121
- repo: https://github.com/google/yamlfmt
22-
rev: v0.14.0
22+
rev: v0.15.0
2323
hooks:
2424
- id: yamlfmt
2525
ci:

0 commit comments

Comments
 (0)