Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 553 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 553 Bytes

docker-compose binaries for aarch64

This repository contains helpers to build a docker-compose binary for aarch64/arm64. This project exists because, currently, docker-compose releases do not include an aarch64 binary.

To build

You may wish to edit the docker-compose version inside the Dockerfile. Then:

docker build . -t docker-compose-aarch64-builder
docker run --rm -v "$(pwd)":/dist docker-compose-aarch64-builder
# this will generate a `docker-compose-Linux-aarch64` in "$(pwd)"