Skip to content

Commit

Permalink
Temporarily comment linux/windows to speed up iteration on build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Jun 6, 2024
1 parent 94685d3 commit 594575a
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com

# The lines below are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/need to use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

version: 1
version: 2

project_name: pinecone

Expand All @@ -27,10 +22,13 @@ builds:
- -X github.com/pinecone-io/cli/internal/build.Commit={{.Commit}}
- -X github.com/pinecone-io/cli/internal/build.Version={{.Version}}
goos:
- linux
- windows
# - linux
# - windows
- darwin

universal_binaries:
- replace: true

archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.
Expand Down Expand Up @@ -61,6 +59,11 @@ changelog:
- "^docs:"
- "^test:"

release:
github:
owner: pinecone-io
name: pinecone-cli

brews:
- name: pinecone-dev
repository:
Expand Down

0 comments on commit 594575a

Please sign in to comment.