Skip to content

Commit

Permalink
It seemed the build problem was caused by a bug in Go toolchain (gola…
Browse files Browse the repository at this point in the history
…ng/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.
  • Loading branch information
nirui committed Aug 24, 2024
1 parent 322a63d commit 235be14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ASC_URL=https://keybase.io/nirui/pgp_keys.asc
VERSION_VARIABLE=github.com/nirui/sshwifty/application.version
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"

DOCKER_BUILD_TARGETS="linux/amd64,linux/arm/v7,linux/arm64"
DOCKER_BUILD_TARGETS="linux/amd64"
DOCKER_CLI_EXPERIMENTAL=enabled
DOCKER_BUILDKIT=1

Expand Down

0 comments on commit 235be14

Please sign in to comment.