chore: better workflow

This commit is contained in:
wwqgtxx
2023-03-01 13:41:25 +08:00
parent 6061f3d4fa
commit 685fd49dd7
4 changed files with 49 additions and 34 deletions

View File

@ -101,6 +101,9 @@ linux-mips64:
linux-mips64le:
GOARCH=mips64le GOOS=linux $(GOBUILD) -o $(BINDIR)/$(NAME)-$@
linux-riscv64:
GOARCH=riscv64 GOOS=linux $(GOBUILD) -o $(BINDIR)/$(NAME)-$@
android-arm64:
GOARCH=arm64 GOOS=android $(GOBUILD) -o $(BINDIR)/$(NAME)-$@