Преглед на файлове

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

Jeff Lanzarotta преди 1 година
родител
ревизия
68c58d0f59
променени са 1 файла, в които са добавени 2 реда и са изтрити 11 реда
  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