disable some arches
This commit is contained in:
parent
5b5897f1a8
commit
3c343273c9
|
@ -25,30 +25,34 @@ jobs:
|
|||
host: x86_64
|
||||
libc: glibc
|
||||
platform: linux/amd64
|
||||
- arch: i686
|
||||
host: i686
|
||||
libc: glibc
|
||||
platform: linux/386
|
||||
- arch: aarch64
|
||||
host: x86_64
|
||||
libc: glibc
|
||||
platform: linux/amd64
|
||||
- arch: armv7l
|
||||
host: x86_64
|
||||
libc: glibc
|
||||
platform: linux/amd64
|
||||
- arch: x86_64-musl
|
||||
host: x86_64-musl
|
||||
libc: musl
|
||||
platform: linux/amd64
|
||||
- arch: armv6l-musl
|
||||
host: x86_64-musl
|
||||
libc: musl
|
||||
platform: linux/amd64
|
||||
- arch: aarch64-musl
|
||||
host: x86_64-musl
|
||||
libc: musl
|
||||
platform: linux/amd64
|
||||
# - arch: i686
|
||||
# host: i686
|
||||
# libc: glibc
|
||||
# platform: linux/386
|
||||
# - arch: aarch64
|
||||
# host: x86_64
|
||||
# libc: glibc
|
||||
# platform: linux/amd64
|
||||
# - arch: armv7l
|
||||
# host: x86_64
|
||||
# libc: glibc
|
||||
# platform: linux/amd64
|
||||
# - arch: armv6l-musl
|
||||
# host: x86_64-musl
|
||||
# libc: musl
|
||||
# platform: linux/amd64
|
||||
# - arch: aarch64-musl
|
||||
# host: x86_64-musl
|
||||
# libc: musl
|
||||
# platform: linux/amd64
|
||||
env:
|
||||
MAINTAINER: "Luca Bilke <luca@bil.ke>"
|
||||
PATH: "/usr/libexec/chroot-git:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/tmp/bin"
|
||||
|
|
Loading…
Reference in New Issue