Ver Fonte

goreleaser update

Alexander Belanger há 5 anos atrás
pai
commit
1b2277cb0d
3 ficheiros alterados com 6 adições e 1 exclusões
  1. 2 1
      .gitignore
  2. 3 0
      .goreleaser.yml
  3. 1 0
      go.sum

+ 2 - 1
.gitignore

@@ -2,4 +2,5 @@
 .env
 app
 *.db
-test.yaml
+test.yaml
+dist

+ 3 - 0
.goreleaser.yml

@@ -14,6 +14,9 @@ builds:
       - darwin
     flags:
       - -tags=cli
+    ignore:
+      - goos: darwin
+        goarch: 386
 archives:
   - replacements:
       darwin: Darwin

+ 1 - 0
go.sum

@@ -480,6 +480,7 @@ github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJ
 github.com/imdario/mergo v0.3.8/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=
 github.com/imdario/mergo v0.3.11 h1:3tnifQM4i+fbajXKBHXWEH+KvNHqojZ778UH75j3bGA=
 github.com/imdario/mergo v0.3.11/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=
+github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=
 github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
 github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo=
 github.com/jackc/chunkreader v1.0.0 h1:4s39bBR8ByfqH+DKm8rQA3E1LHZWB9XWcrz8fqaZbe0=