mirror of
https://gitee.com/konyshe/goodlink.git
synced 2025-12-24 08:13:00 +08:00
add linux-armv6l-cmd
This commit is contained in:
6
Makefile
6
Makefile
@@ -16,7 +16,7 @@ PLATFORM_LIST = \
|
||||
linux-386-cmd \
|
||||
linux-amd64-cmd \
|
||||
linux-arm-cmd \
|
||||
linux-armv7l-cmd \
|
||||
linux-armv6l-cmd \
|
||||
linux-arm64-cmd \
|
||||
linux-loong64-cmd \
|
||||
linux-mips-cmd \
|
||||
@@ -58,8 +58,8 @@ linux-riscv64-cmd:
|
||||
linux-arm-cmd:
|
||||
GOARCH=arm GOOS=linux $(GOBUILD) -tags "cmd" -o $(BINDIR)/$(NAME)-$@
|
||||
|
||||
linux-armv7l-cmd:
|
||||
GOARCH=arm GOARM=7 GOOS=linux $(GOBUILD) -tags "cmd" -o $(BINDIR)/$(NAME)-$@
|
||||
linux-armv6l-cmd:
|
||||
GOARCH=arm GOARM=6 GOOS=linux $(GOBUILD) -tags "cmd" -o $(BINDIR)/$(NAME)-$@
|
||||
|
||||
linux-arm64-cmd:
|
||||
GOARCH=arm64 GOOS=linux $(GOBUILD) -tags "cmd" -o $(BINDIR)/$(NAME)-$@
|
||||
|
||||
@@ -11,7 +11,7 @@ zip goodlink-darwin-amd64-cmd.zip goodlink-darwin-amd64-cmd
|
||||
zip goodlink-darwin-arm64-cmd.zip goodlink-darwin-arm64-cmd
|
||||
zip goodlink-linux-386-cmd.zip goodlink-linux-386-cmd
|
||||
zip goodlink-linux-arm-cmd.zip goodlink-linux-arm-cmd
|
||||
zip goodlink-linux-armv7l-cmd.zip goodlink-linux-armv7l-cmd
|
||||
zip goodlink-linux-armv6l-cmd.zip goodlink-linux-armv6l-cmd
|
||||
zip goodlink-windows-amd64-cmd.zip goodlink-windows-amd64-cmd.exe
|
||||
zip goodlink-windows-arm64-cmd.zip goodlink-windows-arm64-cmd.exe
|
||||
zip goodlink-windows-amd64-ui.zip goodlink-windows-amd64-ui.exe
|
||||
|
||||
Reference in New Issue
Block a user