Skip to content

Commit 0394048

Browse files
authored
[Sync] Update project files from source repository (c7a4183) (#156)
1 parent 55ffb04 commit 0394048

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

.goreleaser.yml

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ version: 2
77
before:
88
hooks:
99
- |
10-
sh -c "if [ \"${SKIP_GORELEASER_TESTS}\" = \"true\" ]; then
11-
echo 'Skipping tests (SKIP_GORELEASER_TESTS=true)'
12-
else
13-
magex test
14-
fi"
10+
sh -c '
11+
if [ "$SKIP_GORELEASER_TESTS" = "true" ]; then
12+
echo "Skipping tests (SKIP_GORELEASER_TESTS=true)"
13+
else
14+
magex test
15+
fi
16+
'
1517
changelog:
1618
sort: asc
1719
filters:
@@ -23,23 +25,13 @@ changelog:
2325
# Builder
2426
# ---------------------------
2527
builds:
26-
- id: go-bsv-middleware
27-
main: ./cmd/go-bsv-middleware
28-
binary: go-bsv-middleware
29-
env:
28+
- env:
3029
- CGO_ENABLED=0
3130
goos:
3231
- linux
33-
- darwin
3432
- windows
35-
goarch:
36-
- amd64
37-
- arm64
38-
ldflags:
39-
- -s -w
40-
- -X main.version={{.Version}}
41-
- -X main.commit={{.Commit}}
42-
- -X main.buildDate={{.Date}}
33+
- darwin
34+
skip: true
4335

4436
# ---------------------------
4537
# Archives

0 commit comments

Comments
 (0)