Skip to content

Commit

Permalink
Merge pull request #21 from spatial-model-editor/linux-arm
Browse files Browse the repository at this point in the history
add linux arm64 build
  • Loading branch information
lkeegan authored Jan 30, 2025
2 parents beeb351 + e6d227a commit 85f5515
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- os: "ubuntu-22.04"
shell: "bash"
CONFIGURE_EXTRAS: "-DFEATURE_xcb=ON -DINPUT_bundled_xcb_xinput=yes -DFEATURE_libudev=OFF"
- os: "ubuntu-22.04-arm"
shell: "bash"
- os: "macos-13"
shell: "bash"
- os: "macos-14"
Expand All @@ -31,7 +33,7 @@ jobs:
env:
CONFIGURE_EXTRAS: ${{ matrix.CONFIGURE_EXTRAS }}
steps:
- uses: spatial-model-editor/[email protected].02
- uses: spatial-model-editor/[email protected].30
- uses: actions/checkout@v4
- run: ./build.sh
- name: Upload binaries to release if commit is tagged
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ repos:
- id: mixed-line-ending
exclude: '.*\.diff$'
- repo: https://github.com/rhysd/actionlint
rev: v1.7.6
rev: v1.7.7
hooks:
- id: actionlint
- repo: https://github.com/pecigonzalo/pre-commit-shfmt
rev: v2.2.0
hooks:
- id: shell-fmt-go
- repo: https://github.com/google/yamlfmt
rev: v0.14.0
rev: v0.15.0
hooks:
- id: yamlfmt
ci:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and used instead of the bundled Qt version (does not apply to msvc builds)
Get the latest versions here:

- linux (clang 19 / Ubuntu 22.04): [sme_deps_qt_linux.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_linux.tgz)
- linux-arm64 (clang 19 / Ubuntu 22.04): [sme_deps_qt_linux-arm64.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_linux-arm64.tgz)
- osx (Xcode 15.2 / macOS 13 / MACOSX_DEPLOYMENT_TARGET 12): [sme_deps_qt_osx.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_osx.tgz)
- osx-arm64 (Xcode 16.1 / macOS 14 / MACOSX_DEPLOYMENT_TARGET 12): [sme_deps_qt_osx-arm64.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_osx-arm64.tgz)
- win64-mingw (mingw-w64-x86_64-gcc 14): [sme_deps_qt_win64-mingw.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_win64-mingw.tgz)
Expand Down

0 comments on commit 85f5515

Please sign in to comment.