Skip to content

Commit 235be14

Browse files
committed
It seemed the build problem was caused by a bug in Go toolchain (golang/go#68976). We'll disable bugged linux/arm64 and linux/arm Docker image builds for now to avoid the failure, and re-enable it after Golang team fixed the problem.
1 parent 322a63d commit 235be14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ASC_URL=https://keybase.io/nirui/pgp_keys.asc
66
VERSION_VARIABLE=github.com/nirui/sshwifty/application.version
77
BUILD_TARGETS="darwin/amd64 windows/386 windows/amd64 openbsd/386 openbsd/amd64 openbsd/arm openbsd/arm64 freebsd/386 freebsd/amd64 freebsd/arm freebsd/arm64 linux/386 linux/amd64 linux/arm linux/arm64 linux/riscv64 linux/ppc64 linux/ppc64le linux/mips linux/mipsle linux/mips64 linux/mips64le"
88

9-
DOCKER_BUILD_TARGETS="linux/amd64,linux/arm/v7,linux/arm64"
9+
DOCKER_BUILD_TARGETS="linux/amd64"
1010
DOCKER_CLI_EXPERIMENTAL=enabled
1111
DOCKER_BUILDKIT=1
1212

0 commit comments

Comments
 (0)