File tree Expand file tree Collapse file tree
docs/content/installation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ builds:
5252 goarch : arm64
5353 - goos : windows
5454 goarch : arm
55- - goos : windows
56- goarch : arm64
5755 - goos : openbsd
5856 goarch : arm
5957 - goos : openbsd
@@ -99,24 +97,22 @@ builds:
9997 goarch : arm64
10098 - goos : windows
10199 goarch : arm
102- - goos : windows
103- goarch : arm64
104100
105101archives :
106102 - id : targz
107- builds :
103+ ids :
108104 - resticprofile_targz
109105 name_template : ' {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
110106 formats : tar.gz
111107
112108 - id : targz_no_self_update
113- builds :
109+ ids :
114110 - resticprofile_no_self_update
115111 name_template : ' {{ .ProjectName }}_no_self_update_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
116112 formats : tar.gz
117113
118114 - id : zip
119- builds :
115+ ids :
120116 - resticprofile_zip
121117 name_template : ' {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
122118 formats : zip
Original file line number Diff line number Diff line change 11---
22title : " Pre-built binaries"
3- tags : ["v0.26.0"]
43weight : 5
54---
65
@@ -19,17 +18,18 @@ You can download the latest versions from the [releases page](https://github.com
1918- linux/arm64
2019- linux/armv6
2120- linux/armv7
22- - linux/mips64 hardfloat - ` v0.26.0 `
23- - linux/mips64le hardfloat - ` v0.26.0 `
24- - linux/mips hardfloat - ` v0.26.0 `
25- - linux/mipsle hardfloat - ` v0.26.0 `
26- - linux/ppc64 - ` v0.26.0 `
27- - linux/ppc64le - ` v0.26.0 `
28- - linux/riscv64 - ` v0.26.0 `
29- - linux/s390x - ` v0.26.0 `
30- - netbsd/amd64 - ` v0.26.0 `
31- - openbsd/386 - ` v0.26.0 `
32- - openbsd/amd64 - ` v0.26.0 `
33- - solaris/amd64 - ` v0.26.0 `
21+ - linux/mips64 hardfloat
22+ - linux/mips64le hardfloat
23+ - linux/mips hardfloat
24+ - linux/mipsle hardfloat
25+ - linux/ppc64
26+ - linux/ppc64le
27+ - linux/riscv64
28+ - linux/s390x
29+ - netbsd/amd64
30+ - openbsd/386
31+ - openbsd/amd64
32+ - solaris/amd64
3433- windows/386
3534- windows/amd64
35+ - windows/arm64 🆕
You can’t perform that action at this time.
0 commit comments