Skip to content

Commit 0d4af47

Browse files
committed
f
1 parent 4eb2204 commit 0d4af47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ initial-release: check-env-OP_SERVICE_ACCOUNT_TOKEN check-env-EC_VERSION check-e
201201
--app-channel="$(APP_CHANNEL)" \
202202
--app-channel-id="$(APP_CHANNEL_ID)" \
203203
--app-channel-slug="$(APP_CHANNEL_SLUG)" \
204+
--arch="$(ARCH)" \
204205
build-dir export --path=./output
205206

206207
.PHONY: rebuild-release
@@ -223,6 +224,7 @@ rebuild-release: check-env-OP_SERVICE_ACCOUNT_TOKEN check-env-EC_VERSION check-e
223224
--app-channel="$(APP_CHANNEL)" \
224225
--app-channel-id="$(APP_CHANNEL_ID)" \
225226
--app-channel-slug="$(APP_CHANNEL_SLUG)" \
227+
--arch="$(ARCH)" \
226228
build-dir export --path=./output
227229

228230
.PHONY: upgrade-release
@@ -246,6 +248,7 @@ upgrade-release: check-env-OP_SERVICE_ACCOUNT_TOKEN check-env-EC_VERSION check-e
246248
--app-channel="$(APP_CHANNEL)" \
247249
--app-channel-id="$(APP_CHANNEL_ID)" \
248250
--app-channel-slug="$(APP_CHANNEL_SLUG)" \
251+
--arch="$(ARCH)" \
249252
build-dir export --path=./output
250253

251254
.PHONY: go.mod

0 commit comments

Comments
 (0)