Closed chrismwendt closed 8 years ago
The release isn't built with Vagrant. I cross-compile using make package
to build the releases.
@ChrisAubuchon Which version of go do you use when running make package
?
go version go1.4.1 darwin/amd64
Thanks, the go version was the issue.
After spinning up the 64bit vagrant box and building consul-cli, I got a different SHA from the linux_amd64 release.
Here are the commands that I ran after SSHing into the 64bit vagrant box:
I also tried
make package
with just-osarch="linux/amd64"
, but the SHA was still different.