diff --git a/script/build.config.sh b/script/build.config.sh index 4471062..3894c8f 100644 --- a/script/build.config.sh +++ b/script/build.config.sh @@ -43,7 +43,6 @@ function initDepPlatforms() { addAllowedPlatforms "linux/386,linux/amd64,linux/arm,linux/arm64,linux/loong64,linux/mips,linux/mips64,linux/mips64le,linux/mipsle,linux/ppc64le,linux/riscv64,linux/s390x" addAllowedPlatforms "darwin/amd64,darwin/arm64" - addAllowedPlatforms "ios/amd64,ios/arm64" addAllowedPlatforms "windows/386,windows/amd64,windows/arm64" addAllowedPlatforms "freebsd/386,freebsd/amd64,freebsd/arm,freebsd/arm64" addAllowedPlatforms "netbsd/amd64"