File tree Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,12 @@ builds:
11
11
- amd64
12
12
13
13
archives :
14
- - replacements :
15
- linux : Linux
16
- amd64 : x86_64
14
+ - name_template : >-
15
+ {{ .ProjectName }}_
16
+ {{- title .Os }}_
17
+ {{- if eq .Arch "amd64" }}x86_64
18
+ {{- else }}{{ .Arch }}{{ end }}
19
+ allow_different_binary_count: true
17
20
18
21
checksum :
19
22
name_template : ' checksums.txt'
@@ -28,15 +31,15 @@ changelog:
28
31
- ' ^docs:'
29
32
- ' ^test:'
30
33
31
- dockers :
32
- - image_templates :
33
- - " ghcr.io/vilsol/ficsit-switcher:{{ .Tag }} "
34
- - " ghcr.io/vilsol/ficsit-switcher:v {{ .Major }}"
35
- - " ghcr.io/vilsol/ficsit-switcher: v{{ .Major }}.{{ .Minor }}"
36
- - " ghcr.io/vilsol/ficsit-switcher:latest "
37
- build_flag_templates :
38
- - " --pull "
39
- - " --label=org.opencontainers.image.created={{.Date}} "
40
- - " --label=org.opencontainers.image.title={{.ProjectName}} "
41
- - " --label=org.opencontainers.image.revision={{.FullCommit}} "
42
- - " --label=org.opencontainers.image.version={{.Version}} "
34
+ kos :
35
+ - repository : ghcr.io/satisfactorymodding/ficsit-switcher
36
+ tags :
37
+ - " {{ .Tag }}"
38
+ - " v{{ .Major }}"
39
+ - " v{{ .Major }}.{{ .Minor }} "
40
+ - " latest "
41
+ bare : true
42
+ platforms :
43
+ - linux/amd64
44
+ - linux/arm64
45
+ - linux/arm/v7
You can’t perform that action at this time.
0 commit comments