File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -408,21 +408,24 @@ publish-all: check-go-version
408
408
publish-android-x64 \
409
409
publish-android-arm \
410
410
publish-android-arm64 \
411
- publish-darwin-x64 \
412
- publish-darwin-arm64
411
+ publish-darwin-x64
413
412
414
413
@echo Enter one-time password:
415
414
@read OTP && OTP="$$OTP" $(MAKE) --no-print-directory -j4 \
415
+ publish-darwin-arm64 \
416
416
publish-linux-x64 \
417
417
publish-linux-ia32 \
418
- publish-linux-arm \
419
- publish-linux-riscv64
418
+ publish-linux-arm
420
419
421
420
@echo Enter one-time password:
422
421
@read OTP && OTP="$$OTP" $(MAKE) --no-print-directory -j4 \
423
422
publish-linux-arm64 \
423
+ publish-linux-riscv64 \
424
424
publish-linux-loong64 \
425
- publish-linux-mips64el \
425
+ publish-linux-mips64el
426
+
427
+ @echo Enter one-time password:
428
+ @read OTP && OTP="$$OTP" $(MAKE) --no-print-directory -j4 \
426
429
publish-linux-ppc64 \
427
430
publish-linux-s390x
428
431
You can’t perform that action at this time.
0 commit comments