Skip to content

Commit

Permalink
Merge pull request #355 from infosiftr/alpine-386
Browse files Browse the repository at this point in the history
Update GO386 to "softfloat" in 1.16+
  • Loading branch information
yosifkit authored Jan 21, 2021
2 parents 45f79a2 + e069ef4 commit b22b41f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 1.16-rc/alpine3.12/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 1.16-rc/alpine3.13/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile-alpine.template
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN set -eux; \
case "$apkArch" in \
armhf) export GOARM='6' ;; \
armv7) export GOARM='7' ;; \
x86) export GO386='387' ;; \
x86) export GO386='{{ if env.version == "1.14" or env.version == "1.15" then "387" else "softfloat" end }}' ;; \
esac; \
\
# https://github.com/golang/go/issues/38536#issuecomment-616897960
Expand Down

0 comments on commit b22b41f

Please sign in to comment.