Compare commits

...

2 Commits

Author SHA1 Message Date
Felipe M e743a95d91
docs: added comment to push_version workflow 2022-08-13 09:49:16 +02:00
Felipe M a37df10d54
make: clean buildx builder as well 2022-08-13 09:49:00 +02:00
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
name: goreleaser
# Keep in mind that the first run of this workflow will probable be pushed
# without tags, so it will fail on the git command.
on:
push:
branches: [latest]

View File

@ -61,6 +61,7 @@ clean: ### clean test cache, build files
$(info: Make: Clean)
@rm -rf ${BUILDS_PATH}
@go clean ${CLEAN_OPTIONS}
@docker buildx rm ${PROJECT_NAME}_builder
.PHONY: build
build: clean ### builds the project for the setup os/arch combinations