-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
41 lines (36 loc) · 942 Bytes
/
.goreleaser.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
project_name: orchard
before:
hooks:
- go mod download
builds:
- main: cmd/orchard/main.go
ldflags: >
-X github.com/khulnasoft/orchard/internal/version.Version={{.Version}}
-X github.com/khulnasoft/orchard/internal/version.Commit={{.ShortCommit}}
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
- arm64
archives:
- id: binary
format: binary
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
- id: regular
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
release:
prerelease: auto
brews:
- name: orchard
ids:
- regular
tap:
owner: khulnasoft
name: homebrew-cli
caveats: See the Github repository for more information
homepage: https://github.com/khulnasoft/orchard
description: Orchestrator for running Tart Virtual Machines on a cluster of Apple Silicon devices
skip_upload: auto