1
0
mirror of synced 2026-03-14 15:36:56 +00:00

Exclude ARM archs from Darwin release builds

As we are not on Go 1.16 yet.

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals
2021-02-18 12:01:08 +01:00
parent c6243ad002
commit 02c9f29499

View File

@@ -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: