mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-22 05:44:37 -04:00
chore(ci): Temporarily disable armv7 cross compilation (#35)
This commit is contained in:
parent
2131500c7d
commit
88cfd6bc3e
2 changed files with 20 additions and 18 deletions
18
.github/workflows/build-release-binaries.yml
vendored
18
.github/workflows/build-release-binaries.yml
vendored
|
@ -18,10 +18,11 @@ jobs:
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
archive_ext: tar
|
archive_ext: tar
|
||||||
- bin: swap
|
# This has been temporarily disabled. Cross compilation is currently broken due to the missing system dependencies (libwebkit)
|
||||||
target: armv7-unknown-linux-gnueabihf
|
#- bin: swap
|
||||||
os: ubuntu-latest
|
# target: armv7-unknown-linux-gnueabihf
|
||||||
archive_ext: tar
|
# os: ubuntu-latest
|
||||||
|
# archive_ext: tar
|
||||||
- bin: swap
|
- bin: swap
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
os: macos-12
|
os: macos-12
|
||||||
|
@ -38,10 +39,11 @@ jobs:
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
archive_ext: tar
|
archive_ext: tar
|
||||||
- bin: asb
|
# This has been temporarily disabled. Cross compilation is currently broken due to the missing system dependencies (libwebkit)
|
||||||
target: armv7-unknown-linux-gnueabihf
|
#- bin: asb
|
||||||
os: ubuntu-latest
|
# target: armv7-unknown-linux-gnueabihf
|
||||||
archive_ext: tar
|
# os: ubuntu-latest
|
||||||
|
# archive_ext: tar
|
||||||
- bin: asb
|
- bin: asb
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
os: macos-12
|
os: macos-12
|
||||||
|
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -106,8 +106,8 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- target: x86_64-unknown-linux-gnu
|
- target: x86_64-unknown-linux-gnu
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
- target: armv7-unknown-linux-gnueabihf
|
#- target: armv7-unknown-linux-gnueabihf
|
||||||
os: ubuntu-latest
|
# os: ubuntu-latest
|
||||||
- target: x86_64-apple-darwin
|
- target: x86_64-apple-darwin
|
||||||
os: macos-12
|
os: macos-12
|
||||||
- target: aarch64-apple-darwin
|
- target: aarch64-apple-darwin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue