Skip to content

Commit

Permalink
Suspend Docker cross-build for linux/arm64 images for now. This will …
Browse files Browse the repository at this point in the history
…allow as to go around the qemu Segmentation fault problem, so at least we can release Docker images for linux/amd4 and linux/arm/v7
  • Loading branch information
NI committed Mar 19, 2021
1 parent c52fbc5 commit f982873
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,linux/arm/v7"
DOCKER_CLI_EXPERIMENTAL=enabled

SSHWIFTY_VERSION=$(git describe --always --dirty='*' --tag)
Expand Down

0 comments on commit f982873

Please sign in to comment.