Skip to content

Commit 126835f

Browse files
committed
Bump version, add workflow for linux arm
1 parent 1159cac commit 126835f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/buildLinux_arm.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ jobs:
99
- name: Checkout code
1010
uses: actions/checkout@v3
1111

12-
- name: Configure JDK
13-
uses: actions/setup-java@v1
12+
- name: Set up JDK for ARM64
13+
uses: actions/setup-java@v3
1414
with:
15-
java-version: 17
15+
distribution: 'temurin'
16+
java-version: '17'
17+
architecture: 'aarch64'
1618

1719
- name: Install libcurl
1820
run: |

0 commit comments

Comments
 (0)