mirror of
https://github.com/Relintai/godot-mono-builds.git
synced 2025-02-04 16:16:04 +01:00
Merge pull request #73 from Atlinx/Atlinx/master
Add arm64 to osx build
This commit is contained in:
commit
11364fafc7
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -186,7 +186,7 @@ jobs:
|
|||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
target: [x86_64]
|
target: [arm64, x86_64]
|
||||||
steps:
|
steps:
|
||||||
- name: Set Environment Variables
|
- name: Set Environment Variables
|
||||||
run: |
|
run: |
|
||||||
@ -729,7 +729,7 @@ jobs:
|
|||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
artifact_name: [linux-x86, linux-x86_64, windows-x86, windows-x86_64, osx-x86_64,
|
artifact_name: [linux-x86, linux-x86_64, windows-x86, windows-x86_64, osx-arm64, osx-x86_64,
|
||||||
ios-arm64, ios-x86_64, ios-cross-arm64,
|
ios-arm64, ios-x86_64, ios-cross-arm64,
|
||||||
android-armv7, android-arm64v8, android-x86, android-x86_64,
|
android-armv7, android-arm64v8, android-x86, android-x86_64,
|
||||||
wasm-runtime, wasm-runtime-threads,
|
wasm-runtime, wasm-runtime-threads,
|
||||||
|
Loading…
Reference in New Issue
Block a user