Skip to content

Commit ba91ed1

Browse files
committedSep 22, 2022
makefile: publish four at a time again
1 parent e55f980 commit ba91ed1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed
 

‎Makefile

+8-5
Original file line numberDiff line numberDiff line change
@@ -408,21 +408,24 @@ publish-all: check-go-version
408408
publish-android-x64 \
409409
publish-android-arm \
410410
publish-android-arm64 \
411-
publish-darwin-x64 \
412-
publish-darwin-arm64
411+
publish-darwin-x64
413412

414413
@echo Enter one-time password:
415414
@read OTP && OTP="$$OTP" $(MAKE) --no-print-directory -j4 \
415+
publish-darwin-arm64 \
416416
publish-linux-x64 \
417417
publish-linux-ia32 \
418-
publish-linux-arm \
419-
publish-linux-riscv64
418+
publish-linux-arm
420419

421420
@echo Enter one-time password:
422421
@read OTP && OTP="$$OTP" $(MAKE) --no-print-directory -j4 \
423422
publish-linux-arm64 \
423+
publish-linux-riscv64 \
424424
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 \
426429
publish-linux-ppc64 \
427430
publish-linux-s390x
428431

0 commit comments

Comments
 (0)
Please sign in to comment.