mirror of
https://github.com/monero-project/monero.git
synced 2025-01-19 01:04:38 +00:00
Merge pull request #9528
2fcaf95
guix: drop 32-bit android target (tobtoht)
This commit is contained in:
commit
90ca75287f
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: "aarch64-apple-darwin"
|
||||
- target: "aarch64-linux-android"
|
||||
- target: "arm-linux-androideabi"
|
||||
|
||||
name: ${{ matrix.toolchain.target }}
|
||||
steps:
|
||||
|
|
|
@ -88,8 +88,7 @@ export HOSTS="${HOSTS:-x86_64-linux-gnu
|
|||
x86_64-unknown-freebsd
|
||||
x86_64-apple-darwin
|
||||
aarch64-apple-darwin
|
||||
aarch64-linux-android
|
||||
arm-linux-androideabi}"
|
||||
aarch64-linux-android}"
|
||||
|
||||
# Usage: distsrc_for_host HOST
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue