Try cross compile
This commit is contained in:
parent
9c29267d3e
commit
e79b8fd2dc
|
@ -16,12 +16,12 @@ jobs:
|
|||
- clang: x86_64-linux
|
||||
native: linux-x64
|
||||
host: ubuntu-latest
|
||||
#- clang: arm64-linux
|
||||
# native: linux-arm64
|
||||
# host: ubuntu-latest
|
||||
#- clang: arm64-darwin
|
||||
# native: osx-arm64
|
||||
# host: macos-latest
|
||||
- clang: arm64-linux
|
||||
native: linux-arm64
|
||||
host: ubuntu-latest
|
||||
- clang: arm64-darwin
|
||||
native: osx-arm64
|
||||
host: macos-latest
|
||||
- clang: x86_64-darwin
|
||||
native: osx-x64
|
||||
host: macos-latest
|
||||
|
|
Loading…
Reference in New Issue