Skip to content

Commit

Permalink
Add note about Docker cross-compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed May 5, 2023
1 parent 2590cc5 commit 7345710
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<your token> ./dev-bin/release.sh`. For `goreleaser` you
Expand Down

0 comments on commit 7345710

Please sign in to comment.