mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-09 12:20:29 -04:00
Merge branch 'master' of https://github.com/khanhduytran0/boardwalk2-openjdk-build-arm64.git
This commit is contained in:
commit
0b449c510a
24
.github/workflows/build_aarch32.ymlz
vendored
Normal file
24
.github/workflows/build_aarch32.ymlz
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
name: Build OpenJDK for Android aarch32
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
|
||||
- name: Build with CI build script
|
||||
run: bash ci_build_arch_aarch32.sh
|
||||
|
||||
- name: Upload build output
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
# name: jre
|
||||
path: jre*.tar.xz
|
Loading…
x
Reference in New Issue
Block a user