guix: drop 32-bit android target

This commit is contained in:
tobtoht 2025-01-07 20:15:46 +01:00
parent 2e8a128c75
commit 2fcaf95aca
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472
2 changed files with 1 additions and 3 deletions

View File

@ -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:

View File

@ -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
#