master
 1version: 2
 2env:
 3  - TARGET=aarch64-apple-darwin
 4before:
 5  hooks:
 6    - ./scripts/build-static-ci.sh
 7builds:
 8  - env:
 9      - CGO_ENABLED=1
10    goos:
11      - darwin
12    goarch:
13      - arm64
14    ldflags:
15      - -linkmode 'external'
16      - -w -s
17      - -X github.com/kahnwong/swissknife/cmd.version={{.Version}}
18checksum:
19  disable: true