buildx should to build files

This commit is contained in:
Felipe M. 2024-01-01 21:52:54 +01:00
parent 3a63076d89
commit 8401e0fa8d
Signed by: fmartingr
GPG Key ID: CCFBC5637D4000A8
1 changed files with 2 additions and 1 deletions

View File

@ -64,8 +64,9 @@ build: clean ### builds the project for the setup os/arch combinations
$(info: Make: Build)
@goreleaser build --clean --snapshot
# Only used in CI, assumes the build process has already been run
.PHONY: buildx
buildx: build
buildx:
$(info: Make: Buildx)
@bash scripts/buildx.sh