Exclude ARM archs from Darwin release builds

As we are not on Go 1.16 yet.

Signed-off-by: Hidde Beydals <hello@hidde.co>
pull/943/head
Hidde Beydals 4 years ago
parent c6243ad002
commit 02c9f29499

@ -20,6 +20,8 @@ builds:
id: darwin
goos:
- darwin
goarch:
- amd64
- <<: *build_defaults
id: windows
goos:

Loading…
Cancel
Save