Skip to content

Build

Everything is dockerized and handled by buildx bake for an agnostic usage of this project:

git clone https://github.com/crazy-max/undock.git undock
cd undock

# build docker image and output to docker with undock:local tag (default)
docker buildx bake

# build binary in ./bin/build/undock
docker buildx bake binary

# build artifact
docker buildx bake artifact

# build artifact for many platforms
docker buildx bake artifact-all

# build multi-platform image
docker buildx bake image-all

Last update: 2022-10-23 20:34:28
Created: 2022-01-26 07:50:00