Skip to content

Commit e26e3e4

Browse files
committed
Add arch: i386
1 parent 4a9ad23 commit e26e3e4

File tree

1 file changed

+47
-46
lines changed

1 file changed

+47
-46
lines changed

.goreleaser.yaml

+47-46
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,57 @@
11
version: 2
22
env:
3-
- GO111MODULE=on
3+
- GO111MODULE=on
44
before:
5-
hooks:
6-
# You may remove this if you don't use go modules.
7-
- go mod download
8-
- go mod tidy
5+
hooks:
6+
# You may remove this if you don't use go modules.
7+
- go mod download
8+
- go mod tidy
99
builds:
10-
- main: ./cmd/tufw/main.go
11-
env:
12-
- CGO_ENABLED=0
13-
goos:
14-
- linux
15-
goarch:
16-
- arm64
17-
- amd64
10+
- main: ./cmd/tufw/main.go
11+
env:
12+
- CGO_ENABLED=0
13+
goos:
14+
- linux
15+
goarch:
16+
- arm64
17+
- amd64
18+
- '386'
1819
archives:
19-
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
20-
files:
21-
- README.md
20+
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
21+
files:
22+
- README.md
2223
snapshot:
23-
name_template: "{{ .Version }}-SNAPSHOT-{{ .CommitTimestamp }}-{{ .ShortCommit }}"
24+
name_template: "{{ .Version }}-SNAPSHOT-{{ .CommitTimestamp }}-{{ .ShortCommit }}"
2425
changelog:
25-
sort: asc
26-
filters:
27-
exclude:
28-
- '^docs:'
29-
- '^test:'
26+
sort: asc
27+
filters:
28+
exclude:
29+
- '^docs:'
30+
- '^test:'
3031
nfpms:
31-
- id: packages
32-
homepage: https://github.com/peltho/tufw
33-
maintainer: Thomas Pellegatta <[email protected]>
34-
description: "A terminal user interface for ufw"
35-
license: MIT
36-
formats:
37-
- deb
38-
- rpm
39-
dependencies:
40-
- ufw
32+
- id: packages
33+
homepage: https://github.com/peltho/tufw
34+
maintainer: Thomas Pellegatta <[email protected]>
35+
description: "A terminal user interface for ufw"
36+
license: MIT
37+
formats:
38+
- deb
39+
- rpm
40+
dependencies:
41+
- ufw
4142
aurs:
42-
- name: tufw-bin
43-
description: "Terminal UI for ufw"
44-
homepage: "https://github.com/peltho/tufw"
45-
maintainers:
46-
- "Thomas Pellegatta <[email protected]>"
47-
license: "MIT"
48-
git_url: "ssh://[email protected]/tufw-git.git"
49-
skip_upload: false
50-
depends:
51-
- ufw
52-
commit_author:
53-
name: goreleaserbot
54-
43+
- name: tufw-bin
44+
description: "Terminal UI for ufw"
45+
homepage: "https://github.com/peltho/tufw"
46+
maintainers:
47+
- "Thomas Pellegatta <[email protected]>"
48+
license: "MIT"
49+
git_url: "ssh://[email protected]/tufw-git.git"
50+
skip_upload: false
51+
depends:
52+
- ufw
53+
commit_author:
54+
name: goreleaserbot
55+
5556
env_files:
56-
github_token: .github-token
57+
github_token: .github-token

0 commit comments

Comments
 (0)