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 id: darwin
goos: goos:
- darwin - darwin
goarch:
- amd64
- <<: *build_defaults - <<: *build_defaults
id: windows id: windows
goos: goos:

Loading…
Cancel
Save