Explorar el Código

add linux/riscv64 release (#2173)

* add riscv64 release

* undo Alpine upgrade

* exclude *bsd/riscv64 releases

---------

Co-authored-by: Meng Zhuo <mzh@golangcn.org>
tags/v2.14.0
Shivaram Lingamneni hace 1 semana
padre
commit
f598da300d
No account linked to committer's email address
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11
    0
      .goreleaser.yml

+ 11
- 0
.goreleaser.yml Ver fichero

@@ -17,6 +17,7 @@ builds:
17 17
       - amd64
18 18
       - arm
19 19
       - arm64
20
+      - riscv64
20 21
     goarm:
21 22
       - 6
22 23
     ignore:
@@ -24,20 +25,30 @@ builds:
24 25
         goarch: arm
25 26
       - goos: windows
26 27
         goarch: arm64
28
+      - goos: windows
29
+        goarch: riscv64
27 30
       - goos: darwin
28 31
         goarch: arm
32
+      - goos: darwin
33
+        goarch: riscv64
29 34
       - goos: freebsd
30 35
         goarch: arm
31 36
       - goos: freebsd
32 37
         goarch: arm64
38
+      - goos: freebsd
39
+        goarch: riscv64
33 40
       - goos: openbsd
34 41
         goarch: arm
35 42
       - goos: openbsd
36 43
         goarch: arm64
44
+      - goos: openbsd
45
+        goarch: riscv64
37 46
       - goos: plan9
38 47
         goarch: arm
39 48
       - goos: plan9
40 49
         goarch: arm64
50
+      - goos: plan9
51
+        goarch: riscv64
41 52
     flags:
42 53
       - -trimpath
43 54
 

Loading…
Cancelar
Guardar