GP-5282: Adding linux_arm_64 and mac_arm_64 support to make-postgres.sh

This commit is contained in:
Ryan Kurtz
2025-01-17 10:16:16 -05:00
parent 5ca27e36c9
commit 483dee2889
2 changed files with 22 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ So we can just build PostgreSQL and harvest the object files we need.
**Note**: For the tutorial, we continue to use the H2 BSim backend.
We do not run any PostgreSQL code, we simply analyze some files produced when building PostgreSQL.
Note that these files must be built on a machine running Linux.
Note that these files must be built on a machine running Linux or macOS.
Windows users can build these files in a Linux virtual machine.
To build the files, execute the following commands in a shell: [^1]