Skip to content

Commit

Permalink
[Build] Try ARM64 QEMU based build
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Sep 19, 2024
1 parent 2ed3831 commit 5937d88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
tags:
- '**'
branches:
- 'native-arm'
- 'arm-native'

jobs:
build:
Expand All @@ -40,7 +40,7 @@ jobs:
gradle-version: 8.10.1

- name: Build JVM OCI image
if: "${{github.ref_name != 'native-arm'}}"
if: "${{github.ref_name != 'arm-native'}}"
run: gradle jib
env:
USERNAME: ${{ github.actor }}
Expand All @@ -49,7 +49,7 @@ jobs:
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build Native OCI Image
if: "${{github.ref_name != 'native-arm'}}"
if: "${{github.ref_name != 'arm-native'}}"
run: gradle bootBuildImage --publishImage
env:
USERNAME: ${{ github.actor }}
Expand Down

0 comments on commit 5937d88

Please sign in to comment.