Skip to content

feat: add ARM support#14

Open
jacobbednarz wants to merge 1 commit intors:masterfrom
jacobbednarz:add-arm-support
Open

feat: add ARM support#14
jacobbednarz wants to merge 1 commit intors:masterfrom
jacobbednarz:add-arm-support

Conversation

@jacobbednarz
Copy link

Updates the GoReleaser configuration to build ARM compatible binaries and allow Homebrew to install the correct binary for the platform it is operating on.

This fixes the boundary errors seen on Apple silicon machines that manifest like this:

$ dnstrace github.com
fish: Job 1, 'dnstrace github.com' terminated by signal SIGSEGV (Address boundary error)

Once this is merged, the Homebrew tap will also need to be updated to support both.

Updates the GoReleaser configuration to build ARM compatible binaries
and allow Homebrew to install the correct binary for the platform it is
operating on.

This fixes the boundary errors seen on Apple silicon machines that
manifest like this:

```
$ dnstrace github.com
fish: Job 1, 'dnstrace github.com' terminated by signal SIGSEGV (Address boundary error)
```

Once this is merged, the Homebrew tap will also need to be updated to
support both.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant