view .goreleaser.yml @ 54:4d411cdd68c1 draft

Updated manual page and added a Makefile
author novaburst
date Fri, 07 Jan 2022 23:20:51 +0000
parents 88a7d4a1ff62
children
line wrap: on
line source

---
builds:
  -
    id: zs
    binary: zs
    main: .
    flags: -tags "static_build"
    ldflags: -w -X main.Version={{.Version}} -X main.Commit={{.Commit}}
    env:
      - CGO_ENABLED=0
    goos:
      - darwin
      - linux
    goarch:
      - amd64
      - arm64
signs:
  - artifacts: checksum
release:
  gitea:
    owner: prologic
    name: zs
  draft: true
gitea_urls:
  api: https://git.mills.io/api/v1/