Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Dec 21, 2024
1 parent 69f129e commit 8ff9ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test: build ## Test disass on hello-mte
.PHONY: dry_release
dry_release: ## Run goreleaser without releasing/pushing artifacts to github
@echo " > Creating Pre-release Build ${NEXT_VERSION}"
@GOROOT=$(shell go env GOROOT) goreleaser build --id darwin --clean --timeout 60m --snapshot --single-target --output dist/disass
@GOROOT=$(shell go env GOROOT) goreleaser build --id darwin --clean --timeout 60m --snapshot --single-target

.PHONY: snapshot
snapshot: ## Run goreleaser snapshot
Expand Down

0 comments on commit 8ff9ed3

Please sign in to comment.