Skip to content

Commit a2bb604

Browse files
authored
Merge pull request #11 from tfadeyi/remove-windows-builds
Remove windows builds
2 parents 9e132d3 + 14994bc commit a2bb604

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,7 @@ builds:
3232
goarch:
3333
- amd64
3434
- arm64
35-
- id: "windows"
36-
env:
37-
- CGO_ENABLED=0
38-
mod_timestamp: "{{ .CommitTimestamp }}"
39-
flags:
40-
- -trimpath
41-
ldflags:
42-
- -s -w -X "pkg/version.version={{.Version}}" -X "pkg/version.commit={{.Commit}}" -X "pkg/version.date={{.Date}}"
43-
binary: "{{ .ProjectName }}"
44-
goos:
45-
- windows
46-
goarch:
47-
- amd64
48-
- arm64
35+
4936
archives:
5037
- id: linux
5138
format: tar.gz
@@ -59,12 +46,6 @@ archives:
5946
wrap_in_directory: true
6047
builds:
6148
- "darwin"
62-
- id: windows
63-
format: tar.gz
64-
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
65-
wrap_in_directory: true
66-
builds:
67-
- "windows"
6849

6950
kos:
7051
- working_dir: .

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Prometheus Exporter Release Process
1+
# Slotalk Release Process
22

33
The repo uses [goreleaser](https://goreleaser.com/) and [ko](https://ko.build/) to release the different artifacts.
4-
To make a new release just create a new git tag, this will trigger a new Github action release [workflow](https://github.com/tfadeyi/sloth-simple-comments/blob/main/.github/workflows/release.yml).
4+
To make a new release just create a new git tag, this will trigger a new Github action release [workflow](https://github.com/tfadeyi/slotalk/blob/main/.github/workflows/release.yml).
55

66
```shell
77
git tag -a v0.1.0 -m "First release"

0 commit comments

Comments
 (0)