Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3bf6fd2

Browse files
committed
Remove arm release
1 parent aa281f9 commit 3bf6fd2

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,23 @@ jobs:
2222
os: Linux,
2323
arch: x86_64,
2424
image: dockcross-manylinux2014-x64,
25-
cmake: "",
2625
}
2726
- {
2827
os: Linux,
2928
arch: aarch64,
3029
image: dockcross-linux-arm64-lts,
31-
cmake: "",
3230
}
3331
- {
3432
os: Linux-Android,
3533
arch: aarch64,
3634
image: dockcross-android-arm64,
37-
cmake: "",
38-
}
39-
- {
40-
os: Linux-Android,
41-
arch: arm,
42-
image: dockcross-android-arm,
43-
cmake: "-DCMAKE_SYSTEM_PROCESSOR=arm",
4435
}
4536
steps:
4637
- uses: actions/checkout@v4
4738
- name: Build libraries
4839
shell: bash
4940
run: |
50-
.github/dockcross/${{ matrix.target.image }} .github/build.sh "${{ matrix.target.cmake }} -DOS_NAME=${{ matrix.target.os }} -DOS_ARCH=${{ matrix.target.arch }}"
41+
.github/dockcross/${{ matrix.target.image }} .github/build.sh "-DOS_NAME=${{ matrix.target.os }} -DOS_ARCH=${{ matrix.target.arch }}"
5142
- name: Upload artifacts
5243
uses: actions/upload-artifact@v3
5344
with:

0 commit comments

Comments
 (0)