Pete Moore
Pete Moore
This confused me too. Stephen Smith's own [blog](https://smist08.wordpress.com/2021/01/08/apple-m1-assembly-language-hello-world/) says: > * In MacOS the program must start on a 64-bit boundary, hence the listing has an “.align 2” directive near...
I thought I might see if I can help out with a Mac port (even maybe Windows!) I'm using ``` pmoore@Petes-iMac:~/go/src/github.com/petemoore $ uname -a Darwin Petes-iMac.local 15.6.0 Darwin Kernel Version...
Indeed, that was the case, thanks @jabley and @ivorget! @ivorget If you run `git fsck` in your repository, you should see the same problems. It looks like fsck checking is...
In the end, [this](https://github.com/taskcluster/taskcluster-worker/blob/9bd9a987a060178976df5ff630271a64a47595d7/.travis.yml#L6-L19) fixed it. Since go 1.5, the standard binaries come shipped with cross-compilation support, so the trick is to just download a recent binary, and then set...
😃 ... so that is my workaround, yes! At least for go 1.5 onwards, where the [standard binaries come shipped with cross compilation support](http://dave.cheney.net/2015/03/03/cross-compilation-just-got-a-whole-lot-better-in-go-1-5).
``` $ docker buildx version github.com/docker/buildx v0.8.2 6224def4dd2c3d347eee19db595348c50d7cb491 ```
Apologies, I have been on holiday away from my computer. Thanks for the reply. ``` $ docker info Client: Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.,...
> Well, on linux I don't get the `SIGABRT`, I just get this: .... > After running the two provided commands the container builds just fine. This seems to be...
Doesn't look like we're ready to get rid of them quite yet
@djmitche @Eijebong @MasterWayZ does this look ok to you?