From d94883ad6432ec7153b652b142aa5b2704fbc83e Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 28 Oct 2022 13:26:33 +0000 Subject: [PATCH] Update 'doc/release-process.md' --- doc/release-process.md | 3 +++ 1 file changed, 3 insertions(+) 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