Commit 7c7b31f 1 parent d102fe9 commit 7c7b31f Copy full SHA for 7c7b31f
File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
+ version : 2
2
3
project_name : gaia
3
4
4
5
env :
@@ -80,7 +81,7 @@ builds:
80
81
binary : gaiad
81
82
hooks :
82
83
pre :
83
- - wget https://github.com/CosmWasm/wasmvm/releases/download/{{ .Env.COSMWASM_VERSION }}/libwasmvm_muslc.x86_64.a -O /usr/ lib/x86_64-linux-gnu/ libwasmvm_muslc.a
84
+ - wget https://github.com/CosmWasm/wasmvm/releases/download/{{ .Env.COSMWASM_VERSION }}/libwasmvm_muslc.x86_64.a -O /lib/libwasmvm_muslc.x86_64 .a
84
85
goos :
85
86
- linux
86
87
goarch :
@@ -113,7 +114,7 @@ builds:
113
114
binary : gaiad
114
115
hooks :
115
116
pre :
116
- - wget https://github.com/CosmWasm/wasmvm/releases/download/{{ .Env.COSMWASM_VERSION }}/libwasmvm_muslc.aarch64.a -O /usr/ lib/aarch64-linux-gnu/ libwasmvm_muslc.a
117
+ - wget https://github.com/CosmWasm/wasmvm/releases/download/{{ .Env.COSMWASM_VERSION }}/libwasmvm_muslc.aarch64.a -O /lib/libwasmvm_muslc.aarch64 .a
117
118
goos :
118
119
- linux
119
120
goarch :
@@ -185,7 +186,7 @@ snapshot:
185
186
name_template : SNAPSHOT-{{ .Commit }}
186
187
187
188
changelog :
188
- skip : false
189
+ disable : false
189
190
190
191
git :
191
192
# What should be used to sort tags when gathering the current and previous
Original file line number Diff line number Diff line change @@ -170,14 +170,13 @@ ifneq ($(strip $(TAG)),)
170
170
-e CGO_ENABLED=1 \
171
171
-e TM_VERSION=$(TM_VERSION) \
172
172
-e COSMWASM_VERSION=$(COSMWASM_VERSION) \
173
- -v /var/run/docker.sock:/var/run/docker.sock \
174
173
-v `pwd`:/go/src/gaiad \
175
174
-w /go/src/gaiad \
176
175
$(GORELEASER_IMAGE) \
177
176
release \
178
177
--snapshot \
179
178
--skip=publish \
180
- --debug \
179
+ --verbose \
181
180
--clean
182
181
@rm -rf dist/
183
182
@echo "--> Done create-release-dry-run for tag: $(TAG)"
@@ -194,7 +193,6 @@ goreleaser-build-local:
194
193
-e CGO_ENABLED=1 \
195
194
-e TM_VERSION=$(TM_VERSION ) \
196
195
-e COSMWASM_VERSION=$(COSMWASM_VERSION ) \
197
- -v /var/run/docker.sock:/var/run/docker.sock \
198
196
-v ` pwd` :/go/src/gaiad \
199
197
-w /go/src/gaiad \
200
198
--platform=linux/amd64 \
@@ -204,7 +202,7 @@ goreleaser-build-local:
204
202
--skip=publish \
205
203
--release-notes ./RELEASE_NOTES.md \
206
204
--timeout 90m \
207
- --debug
205
+ --verbose
208
206
209
207
# uses goreleaser to create static binaries for linux an darwin
210
208
# requires access to GITHUB_TOKEN which has to be available in the CI environment
@@ -216,7 +214,6 @@ ci-release:
216
214
-e GITHUB_TOKEN=$(GITHUB_TOKEN ) \
217
215
-e TM_VERSION=$(TM_VERSION ) \
218
216
-e COSMWASM_VERSION=$(COSMWASM_VERSION ) \
219
- -v /var/run/docker.sock:/var/run/docker.sock \
220
217
-v ` pwd` :/go/src/gaiad \
221
218
-w /go/src/gaiad \
222
219
--platform=linux/amd64 \
You can’t perform that action at this time.
0 commit comments