2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-06-23 22:02:25 +00:00

d2vm/run: add hetzner support

tests: add sysconfig tests for the supported distributions

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2022-08-05 17:39:04 +02:00
parent 18af3227cc
commit 841bf6a7e4
14 changed files with 530 additions and 21 deletions

View File

@ -70,6 +70,7 @@ vet:
@go list ./...|grep -v scratch|GOOS=linux xargs go vet
.build:
@go generate ./...
@go build -o d2vm -ldflags "-s -w -X '$(MODULE).Version=$(VERSION)' -X '$(MODULE).BuildDate=$(shell date)'" ./cmd/d2vm
.PHONY: build-snapshot