2 Star 0 Fork 0

docker-zh / buildx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 493 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sebastiaan van Stijn 提交于 2019-05-22 15:43 . Add maintainers and authors
shell:
./hack/shell
binaries:
./hack/binaries
binaries-cross:
EXPORT_LOCAL=cross-out ./hack/cross
install: binaries
mkdir -p ~/.docker/cli-plugins
cp bin/buildx ~/.docker/cli-plugins/docker-buildx
lint:
./hack/lint
test:
./hack/test
validate-vendor:
./hack/validate-vendor
validate-all: lint test validate-vendor
vendor:
./hack/update-vendor
generate-authors:
./hack/generate-authors
.PHONY: vendor lint shell binaries install binaries-cross validate-all generate-authors
1
https://gitee.com/docker-zh/buildx.git
git@gitee.com:docker-zh/buildx.git
docker-zh
buildx
buildx
master

搜索帮助