Skip to content

Commit a337fc7

Browse files
committed
Add linux-arm build
1 parent 9416684 commit a337fc7

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
include:
1515
- os: "ubuntu-22.04"
1616
shell: "bash"
17+
- os: "ubuntu-22.04-arm"
18+
shell: "bash"
1719
- os: "macos-13"
1820
shell: "bash"
1921
- os: "macos-14"
@@ -24,9 +26,9 @@ jobs:
2426
run:
2527
shell: ${{ matrix.shell }}
2628
steps:
27-
- uses: spatial-model-editor/setup-ci@2025.01.02
29+
- uses: spatial-model-editor/setup-ci@2025.01.31
2830
with:
29-
sme_deps_common: "2025.01.03"
31+
sme_deps_common: "2025.01.31"
3032
- uses: actions/checkout@v4
3133
- run: ./build.sh
3234
- uses: actions/upload-artifact@v4

.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:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This contains all of the libraries from [sme_deps_common](https://github.com/spa
1010
Get the latest versions here:
1111

1212
- linux (clang 19 / Ubuntu 22.04): [sme_deps_linux.tgz](https://github.com/spatial-model-editor/sme_deps/releases/latest/download/sme_deps_linux.tgz)
13+
- linux-arm64 (clang 19 / Ubuntu 22.04): [sme_deps_linux-arm64.tgz](https://github.com/spatial-model-editor/sme_deps/releases/latest/download/sme_deps_linux-arm64.tgz)
1314
- osx (Xcode 15.2 / macOS 13): [sme_deps_osx.tgz](https://github.com/spatial-model-editor/sme_deps/releases/latest/download/sme_deps_osx.tgz)
1415
- osx-arm64 (Xcode 16.1 / macOS 14): [sme_deps_osx-arm64.tgz](https://github.com/spatial-model-editor/sme_deps/releases/latest/download/sme_deps_osx-arm64.tgz)
1516
- win64-mingw (mingw-w64-x86_64-gcc 14): [sme_deps_win64-mingw.tgz](https://github.com/spatial-model-editor/sme_deps/releases/latest/download/sme_deps_win64-mingw.tgz)

0 commit comments

Comments
 (0)