We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d71044 commit 3631f1aCopy full SHA for 3631f1a
makefile
@@ -15,10 +15,6 @@ build:
15
@echo "Building $(APP_NAME) with LDFLAGS: $(LDFLAGS)"
16
go build -ldflags="$(CLI_LDFLAGS)" -o $(APP_NAME)
17
go build -ldflags="$(GUI_LDFLAGS)" -o $(APP_NAME)-portable
18
- GOOS=windows GOARCH=arm64 go build -ldflags="$(CLI_LDFLAGS)" -o $(APP_NAME)-arm64.exe
19
- GOOS=windows GOARCH=arm64 go build -ldflags="$(GUI_LDFLAGS)" -o $(APP_NAME)-portable-arm64.exe
20
- GOOS=windows GOARCH=amd64 go build -ldflags="$(CLI_LDFLAGS)" -o $(APP_NAME)-amd64.exe
21
- GOOS=windows GOARCH=amd64 go build -ldflags="$(GUI_LDFLAGS)" -o $(APP_NAME)-portable-amd64.exe
22
23
release:
24
goreleaser release --clean
dgrkt.yaml renamed to quickstart.yaml
0 commit comments