Procházet zdrojové kódy

Updated .goreleaser.yaml file to skip the build step.

Jeff Lanzarotta před 1 rokem
rodič
revize
68c58d0f59
1 změnil soubory, kde provedl 2 přidání a 11 odebrání
  1. 2 11
      .goreleaser.yaml

+ 2 - 11
.goreleaser.yaml

@@ -21,17 +21,8 @@ env_files:
 #    # you may remove this if you don't need go generate
 #    - go generate ./...
 
-#builds:
-#  - binary:
-#      timetracker
-#    env:
-#      - CGO_ENABLED=1
-#    goos:
-#      - windows
-#    goarch:
-#      - amd64
-#    ldflags:
-#      -s -w -X timetracker/cmd.BuildDateTime={{.Date}} -X timetracker/cmd.BuildVersion={{.Version}}
+builds:
+  - skip: true
 
 archives:
   - format: tar.gz