Skip to content

Commit ac3b810

Browse files
chore: add pre-built binary for windows arm64
1 parent df175bb commit ac3b810

2 files changed

Lines changed: 16 additions & 20 deletions

File tree

.goreleaser.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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

105101
archives:
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
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "Pre-built binaries"
3-
tags: ["v0.26.0"]
43
weight: 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 🆕

0 commit comments

Comments
 (0)