Add m1 to build matrix and release (#3983)
* Add m1 to release process This will create a pre-compiled binary for m1 macs and adds a link to review embark studios CI for verification. * remove test for macos arm Tests will not succeed for macos arm until GitHub provides a an m1 hosted runner. Co-authored-by: Bailey Hayes <bhayes@singlestore.com>
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -215,6 +215,7 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
# defaults to x86_64-apple-darwin
|
||||
- os: macos-latest
|
||||
- os: windows-2019
|
||||
- os: windows-2019
|
||||
@@ -390,6 +391,9 @@ jobs:
|
||||
os: ubuntu-latest
|
||||
- build: x86_64-macos
|
||||
os: macos-latest
|
||||
- build: aarch64-macos
|
||||
os: macos-latest
|
||||
target: aarch64-apple-darwin
|
||||
- build: x86_64-windows
|
||||
os: windows-latest
|
||||
- build: x86_64-mingw
|
||||
|
||||
Reference in New Issue
Block a user