wip: build JRE for macOS aarch64 #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: macOS aarch64 | |
on: | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: macos-14 | |
steps: | |
- name: Checkout JRE repository | |
uses: actions/checkout@v4 | |
- name: Checkout JDK repository | |
uses: actions/checkout@v4 | |
repository: mucommander/jdk | |
- name: Build JDK | |
uses: mucommander/jdk/.github/actions/do-build | |
with: | |
platform: macos-aarch64 | |
make-target: images | |