Browse Source

Try building for 32bit systems

tags/v0.11.0
Daniel Oaks 6 years ago
parent
commit
73613679af
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      .goreleaser.yml

+ 4
- 0
.goreleaser.yml View File

@@ -10,6 +10,7 @@ builds:
10 10
       - darwin
11 11
       - linux
12 12
     goarch:
13
+      - "386"
13 14
       - amd64
14 15
       - arm
15 16
       - arm64
@@ -21,6 +22,8 @@ builds:
21 22
         goarch: arm
22 23
       - goos: darwin
23 24
         goarch: arm
25
+      - goos: darwin
26
+        goarch: 386
24 27
       - goos: freebsd
25 28
         goarch: arm
26 29
       - goos: freebsd
@@ -29,6 +32,7 @@ archive:
29 32
   name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
30 33
   format: tar.gz
31 34
   replacements:
35
+    386: i386
32 36
     amd64: x64
33 37
     darwin: osx
34 38
   format_overrides:

Loading…
Cancel
Save