mirror of
https://github.com/monero-project/monero.git
synced 2025-06-07 17:32:41 -04:00
guix: drop 32-bit android target
This commit is contained in:
parent
2e8a128c75
commit
2fcaf95aca
2 changed files with 1 additions and 3 deletions
1
.github/workflows/guix.yml
vendored
1
.github/workflows/guix.yml
vendored
|
@ -48,7 +48,6 @@ jobs:
|
||||||
- target: "x86_64-apple-darwin"
|
- target: "x86_64-apple-darwin"
|
||||||
- target: "aarch64-apple-darwin"
|
- target: "aarch64-apple-darwin"
|
||||||
- target: "aarch64-linux-android"
|
- target: "aarch64-linux-android"
|
||||||
- target: "arm-linux-androideabi"
|
|
||||||
|
|
||||||
name: ${{ matrix.toolchain.target }}
|
name: ${{ matrix.toolchain.target }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -88,8 +88,7 @@ export HOSTS="${HOSTS:-x86_64-linux-gnu
|
||||||
x86_64-unknown-freebsd
|
x86_64-unknown-freebsd
|
||||||
x86_64-apple-darwin
|
x86_64-apple-darwin
|
||||||
aarch64-apple-darwin
|
aarch64-apple-darwin
|
||||||
aarch64-linux-android
|
aarch64-linux-android}"
|
||||||
arm-linux-androideabi}"
|
|
||||||
|
|
||||||
# Usage: distsrc_for_host HOST
|
# Usage: distsrc_for_host HOST
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue