On Tue, 30 Mar 2021 15:03:29 GMT, Anton Kozlov <akoz...@openjdk.org> wrote:
> Please review a change that adds cross-compiled macos/aarch64 platform build > into Github Actions test workflow. > > The steps are basically copy-paste of macos/x86-64 build with the necessary > platform name adjustments. Xcode 12.4 is also used for as macos/aarch64 build. > > I've checked the produced build (can be found in > https://github.com/AntonKozlov/jdk/actions/runs/667527036), it starts on the > actual aarch64 machine. This pull request has now been integrated. Changeset: 114e3c3e Author: Anton Kozlov <akoz...@openjdk.org> Committer: Vladimir Kempik <vkem...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/114e3c3e Stats: 107 lines in 1 file changed: 107 ins; 0 del; 0 mod 8263856: Github Actions for macos/aarch64 cross-build Reviewed-by: erikj ------------- PR: https://git.openjdk.java.net/jdk/pull/3270