Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Commit

Permalink
added missing arch
Browse files Browse the repository at this point in the history
  • Loading branch information
jerson committed Sep 28, 2019
1 parent 7500847 commit de8b3e1
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ builds:
ldflags:
- -s -w
main: ./cmd/pgrok/main.go
id: "pgrok"
id: pgrok
binary: pgrok
goos:
- darwin
Expand All @@ -19,14 +19,14 @@ builds:
goarch:
- amd64
- arm64
- i386
- 386
- arm
- env:
- CGO_ENABLED=0
ldflags:
- -s -w
main: ./cmd/pgrokd/main.go
id: "pgrokd"
id: pgrokd
binary: pgrokd
goos:
- darwin
Expand All @@ -35,7 +35,7 @@ builds:
goarch:
- amd64
- arm64
- i386
- 386
- arm
checksum:
name_template: "checksums.txt"
Expand All @@ -49,8 +49,6 @@ changelog:
- "^test:"
brews:
- name: pgrok
ids:
- pgrok
github:
owner: jerson
name: homebrew-tap
Expand All @@ -59,16 +57,4 @@ brews:
email: [email protected]
folder: Formula
homepage: "https://github.com/jerson/pgrok"
description: "Introspected tunnels to localhost a fork from pgrok."
- name: pgrokd
ids:
- pgrokd
github:
owner: jerson
name: homebrew-tap
commit_author:
name: Gerson Alexander Pardo Gamez
email: [email protected]
folder: Formula
homepage: "https://github.com/jerson/pgrok"
description: "Server for introspected tunnels to localhost a fork from pgrok."
description: "Introspected tunnels to localhost a fork from pgrok."

0 comments on commit de8b3e1

Please sign in to comment.