A docker image with the zip and unzip commands
Use like any other docker image. It's URL is joshkeegan/zip:latest
. See Docker Hub for specific version tags.
The image is supported for the following architectures:
- AMD64
- ARMv7
- ARM64
- Install dependencies:
make
,docker
,docker buildx
(included with docker desktop) - Create a buildx builder instance for cross-platform builds with
docker buildx create --use
- Run
make build