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
Sounds like a good idea. Do you think you could help us with this, perhaps by updating our GitHub workflows? Not sure if it's possible, but needs investigation. Thanks!
@trishankatdatadog I'm no goreleaser expert, but I'm guessing it might be as simple as adding arm64 to .goreleaser/tuf.yml which currenltly only has amd64 in it ?
Certainly I know on the CLI its as simple as passing the right GOARCH to go build. So its likely just a question of where the same thing goes in a CI/CD process.
@trishankatdatadog I'm no goreleaser expert, but I'm guessing it might be as simple as adding arm64 to .goreleaser/tuf.yml which currenltly only has amd64 in it ?
At present you are only building releases for darwin_amd64.
With the increasing prevalence of Apple Silicon based systems, you should really start to also build for darwin_arm64
The text was updated successfully, but these errors were encountered: