forked from tidbyt/pixlet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
56 lines (40 loc) · 786 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
dist: out
before:
hooks:
- scripts/set-executable.sh
builds:
- builder: prebuilt
binary: pixlet
goarch:
- amd64
- arm64
goos:
- darwin
- linux
- windows
goarm:
- 7
goamd64:
- v1
ignore:
- goos: windows
goarch: arm64
prebuilt:
path: build/{{ .Os }}_{{ .Arch }}/pixlet{{ .Ext }}
checksum:
name_template: "checksums.txt"
changelog:
sort: asc
brews:
- tap:
owner: tidbyt
name: homebrew-tidbyt
commit_author:
name: tidbyt-bot
email: [email protected]
homepage: https://github.com/tidbyt/pixlet
description: App runtime and UX toolkit for pixel-based apps.
dependencies:
- webp
test: |
system "#{bin}/pixlet --version"