diff --git a/doc/release-process.md b/doc/release-process.md index cdfbeec24..9797b2e1d 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -103,3 +103,6 @@ Install deps on Linux: - Use util/build-debian-package-ARM.sh (does this still work?) to make an ARM Debian package for the release - Upload the debian packages to the Gitea release page, with SHA256 sums +## Platform-specific notes + +Use `./util/build-mac.sh` to compile on Apple/Mac systems, use `./util/build-win.sh` to build on Windows and `./util/build-arm.sh` to build on ARMv8 systems. \ No newline at end of file