Skip to content

Commit

Permalink
ci: build on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Nov 5, 2024
1 parent 519782b commit 8361007
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -750,21 +750,21 @@ jobs:
# exe: '',
# llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/llvm-linux-amd64.tar.xz'
#},
{
build: macos-x64,
os: macos-12,
target: x86_64-apple-darwin,
exe: '',
llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/llvm-darwin-amd64.tar.xz'

},
#{
# build: macos-arm,
# os: macos-14,
# target: aarch64-apple-darwin,
# build: macos-x64,
# os: macos-12,
# target: x86_64-apple-darwin,
# exe: '',
# llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/llvm-darwin-aarch64.tar.xz'
# llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/llvm-darwin-amd64.tar.xz'

#},
{
build: macos-arm,
os: macos-14,
target: aarch64-apple-darwin,
exe: '',
llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/llvm-darwin-aarch64.tar.xz'
},
#{
# build: windows-x64,
# os: windows-2022,
Expand Down

0 comments on commit 8361007

Please sign in to comment.