From 734571036a539cd0c752bfc5663d558386519638 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 5 May 2023 15:11:29 -0700 Subject: [PATCH] Add note about Docker cross-compilation --- README.dev.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.dev.md b/README.dev.md index 5db96ce1..0b558c17 100644 --- a/README.dev.md +++ b/README.dev.md @@ -5,6 +5,9 @@ * Set release date in `CHANGELOG.md` and commit it. * Ensure you can run `docker` commands as your user (e.g., `docker images`). +* Ensure Docker is set up to do cross-compilation. You can verify this with + `docker buildx ls`. It should list `linux/arm64` as an available platform. + If not, follow [these instructions](https://docs.docker.com/build/building/multi-platform/). * Log in to your Docker Hub account (be sure to be in our organization): `docker login`. * Run `GITHUB_TOKEN= ./dev-bin/release.sh`. For `goreleaser` you