Skip to content

Commit 440d327

Browse files
committed
Add aarch64 windows build
1 parent 7d0ca60 commit 440d327

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

.github/workflows/release.yml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,24 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
- os: "ubuntu-22.04"
16-
shell: "bash"
17-
LLVM_TARGETS_TO_BUILD: "X86"
18-
- os: "ubuntu-22.04-arm"
19-
shell: "bash"
20-
LLVM_TARGETS_TO_BUILD: "AArch64"
21-
- os: "macos-13"
22-
shell: "bash"
23-
LLVM_TARGETS_TO_BUILD: "X86"
24-
- os: "macos-14"
25-
shell: "bash"
26-
LLVM_TARGETS_TO_BUILD: "AArch64"
27-
- os: "windows-2022"
15+
# - os: "ubuntu-22.04"
16+
# shell: "bash"
17+
# LLVM_TARGETS_TO_BUILD: "X86"
18+
# - os: "ubuntu-22.04-arm"
19+
# shell: "bash"
20+
# LLVM_TARGETS_TO_BUILD: "AArch64"
21+
# - os: "macos-13"
22+
# shell: "bash"
23+
# LLVM_TARGETS_TO_BUILD: "X86"
24+
# - os: "macos-14"
25+
# shell: "bash"
26+
# LLVM_TARGETS_TO_BUILD: "AArch64"
27+
# - os: "windows-2022"
28+
# shell: "msys2 {0}"
29+
# LLVM_TARGETS_TO_BUILD: "X86"
30+
- os: "windows-11-arm"
2831
shell: "msys2 {0}"
29-
LLVM_TARGETS_TO_BUILD: "X86"
32+
LLVM_TARGETS_TO_BUILD: "AArch64"
3033
permissions:
3134
contents: write
3235
defaults:
@@ -35,7 +38,7 @@ jobs:
3538
env:
3639
LLVM_TARGETS_TO_BUILD: ${{ matrix.LLVM_TARGETS_TO_BUILD }}
3740
steps:
38-
- uses: spatial-model-editor/setup-ci@2025.02.03
41+
- uses: spatial-model-editor/setup-ci@main
3942
- uses: actions/checkout@v4
4043
- name: Build script
4144
run: ./build.sh

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ Get the latest versions here:
99
- osx (Xcode 14.3 / macOS 13): [sme_deps_llvm_osx.tgz](https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_osx.tgz)
1010
- osx-arm64 (Xcode 16.1 / macOS 14): [sme_deps_llvm_osx-arm64.tgz](https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_osx-arm64.tgz)
1111
- win64-mingw (mingw-w64-x86_64-gcc 14): [sme_deps_llvm_win64-mingw.tgz](https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_win64-mingw.tgz)
12+
- win64-arm64 (mingw-w64-aarch64-gcc 14): [sme_deps_llvm_win64-arm64.tgz](https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_win64-arm64.tgz)

0 commit comments

Comments
 (0)