Skip to content

Commit

Permalink
remove darwin from goos and snapshot release before tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rawdaGastan committed Sep 2, 2024
1 parent adc3c6b commit d3e7093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
version: 2
builds:
- dir: ./farmerbot
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
binary: farmerbot
id: farmerbot

Expand All @@ -22,7 +22,6 @@ builds:
goos:
- linux
- windows
- darwin
binary: tfcmd
id: tfcmd

Expand All @@ -38,7 +37,6 @@ builds:
goos:
- linux
- windows
- darwin
binary: tf-grid-cli
id: tf-grid-cli

Expand All @@ -54,7 +52,6 @@ builds:
goos:
- linux
- windows
- darwin
binary: tfrobot
id: tfrobot

Expand All @@ -70,7 +67,6 @@ builds:
goos:
- linux
- windows
- darwin
binary: tfgridproxy
id: tfgridproxy

Expand All @@ -86,7 +82,6 @@ builds:
goos:
- linux
- windows
- darwin
binary: gridify
id: gridify

Expand All @@ -102,7 +97,6 @@ builds:
goos:
- linux
- windows
- darwin
binary: monitoring-bot
id: monitoring-bot

Expand All @@ -116,7 +110,6 @@ builds:
goos:
- linux
- windows
- darwin
binary: cache-warmer
id: cache-warmer

Expand Down
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ fi
echo $VERSION

goreleaser check
goreleaser release --snapshot --clean

tag_and_push() {
local component="$1"
Expand Down

0 comments on commit d3e7093

Please sign in to comment.