mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-26 09:24:58 +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:
parent
c6243ad002
commit
02c9f29499
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue