Skip to content

Commit

Permalink
fix: fixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
krzko committed Nov 13, 2023
1 parent e83a6df commit 34580b0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 112 deletions.
20 changes: 10 additions & 10 deletions .goreleaser-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ builds:
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.CommitDate}}
mod_timestamp: "{{.CommitTimestamp}}"
- id: slack-buddy-linux-arm64
binary: slack-buddy
main: ./cmd/slack-buddy/
goarch:
- arm64
goos:
- linux
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.CommitDate}}
mod_timestamp: "{{.CommitTimestamp}}"
# - id: slack-buddy-linux-arm64
# binary: slack-buddy
# main: ./cmd/slack-buddy/
# goarch:
# - arm64
# goos:
# - linux
# ldflags:
# - -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.CommitDate}}
# mod_timestamp: "{{.CommitTimestamp}}"

archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
Expand Down
100 changes: 0 additions & 100 deletions .goreleaser.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ Slack Buddy is ideal for anyone who need to keep their team updated on their ava

Slack Buddy custom and scheduled statuses can be added via updating the`config.yaml` file in your home directory. An example config.yaml can be seen [here](./config_example.yaml). The file will be located in:

* **linux**: `~/.slack-buddy/config.yaml`
* **linux**: Soon
* **macOS**: `~/.slack-buddy/config.yaml`
* **Windows**: Not tested yet
* **Windows**: Soon

### `api_token`

Expand Down

0 comments on commit 34580b0

Please sign in to comment.