Fixed `x86_64` Homebrew update (#29)
Seems we need to build separate archives too and pass it to `brew`.
This commit is contained in:
parent
5f3b371e93
commit
817dbb6e32
|
|
@ -19,10 +19,13 @@ builds:
|
|||
path: "target/x86_64-apple-darwin/release-with-debug/softnet"
|
||||
|
||||
archives:
|
||||
- id: binary
|
||||
format: binary
|
||||
- id: regular-arm64
|
||||
builds:
|
||||
- softnet-arm64
|
||||
name_template: "{{ .ProjectName }}-{{ .Arch }}"
|
||||
- id: regular
|
||||
- id: regular-x86
|
||||
builds:
|
||||
- softnet-x86
|
||||
name_template: "{{ .ProjectName }}-{{ .Arch }}"
|
||||
|
||||
release:
|
||||
|
|
@ -31,7 +34,8 @@ release:
|
|||
brews:
|
||||
- name: softnet
|
||||
ids:
|
||||
- regular
|
||||
- regular-arm64
|
||||
- regular-x86
|
||||
tap:
|
||||
owner: cirruslabs
|
||||
name: homebrew-cli
|
||||
|
|
|
|||
Loading…
Reference in New Issue