Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
no amd
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed May 16, 2023
1 parent 671a671 commit ba1d5b5
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ builds:
- -tags=cgo
ldflags:
- -s -w -X github.com/cosmos/cosmos-sdk/version.Name=polaris -X github.com/cosmos/cosmos-sdk/version.AppName=polard -X github.com/cosmos/cosmos-sdk/version.Version={{.Version}} -X github.com/cosmos/cosmos-sdk/version.Commit={{.Commit}}
- id: "polard-darwin-arm64"
main: ./cosmos/cmd/polard
binary: bin/polard
env:
- CGO_ENABLED=1
- CC=oa64-clang
- CXX=oa64-clang++
goos:
- darwin
goarch:
- arm64
flags:
- -tags=cgo
ldflags:
- -s -w -X github.com/cosmos/cosmos-sdk/version.Name=polaris -X github.com/cosmos/cosmos-sdk/version.AppName=polard -X github.com/cosmos/cosmos-sdk/version.Version={{.Version}} -X github.com/cosmos/cosmos-sdk/version.Commit={{.Commit}}
# - id: "polard-darwin-arm64"
# main: ./cosmos/cmd/polard
# binary: bin/polard
# env:
# - CGO_ENABLED=1
# - CC=oa64-clang
# - CXX=oa64-clang++
# goos:
# - darwin
# goarch:
# - arm64
# flags:
# - -tags=cgo
# ldflags:
# - -s -w -X github.com/cosmos/cosmos-sdk/version.Name=polaris -X github.com/cosmos/cosmos-sdk/version.AppName=polard -X github.com/cosmos/cosmos-sdk/version.Version={{.Version}} -X github.com/cosmos/cosmos-sdk/version.Commit={{.Commit}}

0 comments on commit ba1d5b5

Please sign in to comment.