diff --git a/A/autossh/build_tarballs.jl b/A/autossh/build_tarballs.jl index 66bbf9a7816..dc29d507cf3 100644 --- a/A/autossh/build_tarballs.jl +++ b/A/autossh/build_tarballs.jl @@ -21,20 +21,8 @@ make install # These are the platforms we will build for by default, unless further # platforms are passed in on the command line -platforms = [ - Platform("i686", "linux"; libc = "glibc"), - Platform("x86_64", "linux"; libc = "glibc"), - Platform("aarch64", "linux"; libc = "glibc"), - Platform("armv6l", "linux"; call_abi = "eabihf", libc = "glibc"), - Platform("armv7l", "linux"; call_abi = "eabihf", libc = "glibc"), - Platform("powerpc64le", "linux"; libc = "glibc"), - Platform("i686", "linux"; libc = "musl"), - Platform("x86_64", "linux"; libc = "musl"), - Platform("aarch64", "linux"; libc = "musl"), - Platform("armv6l", "linux"; call_abi = "eabihf", libc = "musl"), - Platform("armv7l", "linux"; call_abi = "eabihf", libc = "musl") -] - +platforms = supported_platforms() +filter!(p -> arch(p) != "riscv64" && (Sys.islinux(p) || Sys.isapple(p)), platforms) # The products that we will ensure are always built products = [