mirror of
https://github.com/mudler/luet.git
synced 2025-08-01 23:41:37 +00:00
🎨 Add test-integration-docker target
This commit is contained in:
parent
2b3a1555f0
commit
49d8c2b972
6
Makefile
6
Makefile
@ -81,6 +81,12 @@ test-docker:
|
||||
--workdir /go/src/github.com/mudler/luet -ti golang:latest \
|
||||
bash -c "make test"
|
||||
|
||||
.PHONY: test-integration-docker
|
||||
test-integration-docker:
|
||||
docker run -v $(ROOT_DIR):/go/src/github.com/mudler/luet -v /var/run/docker.sock:/var/run/docker.sock \
|
||||
--workdir /go/src/github.com/mudler/luet -ti golang:latest \
|
||||
bash -c "apt-get update && apt-get install docker.io && make test-integration"
|
||||
|
||||
multiarch-build:
|
||||
goreleaser build --snapshot --rm-dist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user