We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b408a5 commit 9be2e6aCopy full SHA for 9be2e6a
.github/workflows/release.yaml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build libraries
29
shell: bash
30
run: |
31
- .github/dockcross/${{ matrix.target.image }} bash -c .github/build.sh "'-DOS_NAME=${{ matrix.target.os }} -DOS_ARCH=${{ matrix.target.arch }}'"
+ .github/dockcross/${{ matrix.target.image }} bash -c .github/build.sh "-DOS_NAME=${{ matrix.target.os }} -DOS_ARCH=${{ matrix.target.arch }}"
32
- name: Upload artifacts
33
uses: actions/upload-artifact@v3
34
with:
@@ -51,7 +51,7 @@ jobs:
51
- {
52
os: Mac,
53
arch: aarch64,
54
- cmake: '-DCMAKE_OSX_ARCHITECTURES=arm64'
+ cmake: '-DCMAKE_OSX_ARCHITECTURES=arm64 -DLLAMA_NATIVE=OFF'
55
}
56
steps:
57
- uses: actions/checkout@v4
0 commit comments