chore: use buildx for cross-platform image builds

This commit is contained in:
Fernandez Ludovic 2023-02-26 14:27:16 +01:00
commit 18c6d8fa03
6 changed files with 106 additions and 48 deletions

View file

@ -26,9 +26,6 @@ image:
@echo Version: $(VERSION)
docker build -t $(LEGO_IMAGE) .
publish-images:
seihon publish -v "$(TAG_NAME)" -v "latest" --image-name="$(LEGO_IMAGE)" --dry-run=false
test: clean
go test -v -cover ./...