File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments