Skip to content

Commit

Permalink
wip: build JRE for macOS aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
ahadas committed Mar 30, 2024
1 parent abc2c95 commit 9795b9e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/macos_aarch64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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

0 comments on commit 9795b9e

Please sign in to comment.