You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the alpine i386 Version of the Image as base for one of my projects.
Obviously the Jenkins build for the 1.16 version on i386 architecture fails because of #355
./make.bash
Building Go cmd/dist using /usr/lib/go. (go1.15.7 linux/386)
go tool compile: exit status 1
unsupported setting GO386=softfloat
The new option or the GO386 setting is not supported by the go version used in the build process.
I don't know if it's fixable on the the Jenkins side or if the option has to be removed to build the new image. Can somebody take a look at this?
Thanks
Thomas
The text was updated successfully, but these errors were encountered:
Hello,
I'm using the alpine i386 Version of the Image as base for one of my projects.
Obviously the Jenkins build for the 1.16 version on i386 architecture fails because of #355
https://doi-janky.infosiftr.net/job/multiarch/job/i386/job/golang/360/
The new option or the GO386 setting is not supported by the go version used in the build process.
I don't know if it's fixable on the the Jenkins side or if the option has to be removed to build the new image. Can somebody take a look at this?
Thanks
Thomas
The text was updated successfully, but these errors were encountered: