mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
chore: use buildx for cross-platform image builds
This commit is contained in:
parent
3c3da936f8
commit
18c6d8fa03
6 changed files with 106 additions and 48 deletions
3
Makefile
3
Makefile
|
|
@ -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 ./...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue