Skip to content

Commit

Permalink
test: gha
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 23, 2024
1 parent 6af41e3 commit 952b070
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/baboon-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,18 @@ jobs:
os: macos-14 # yes, this is aarch64
# native-build-args: --verbose -J-Xmx13g
java-version: '23'
- target: windows-amd64
os: windows-2022
runs-on: [ ]
native-build-args: --verbose -J-Xmx10g
java-version: '23'
bin-suffix: '.exe'
# - target: macos-amd64-13
# os: macos-13 # this is amd64
# runs-on: [ ]
# native-build-args: --verbose -J-Xmx13g
# java-version: '23'
# - target: windows-amd64
# os: windows-2022
# runs-on: [ ]
# native-build-args: --verbose -J-Xmx10g
# java-version: '23'

# - target: linux-aarch64
# os: self-hosted
# runs-on: [ "ARM64" ]
Expand Down Expand Up @@ -68,7 +70,7 @@ jobs:
run: sbt GraalVMNativeImage/packageBin
- uses: actions/upload-artifact@v4
with:
name: baboon-${{ matrix.target }}
name: baboon-${{ matrix.target }}${{ matrix.bin-suffix || "" }}
path: |
target/graalvm-native-image/**
# - name: Run test build
Expand Down

0 comments on commit 952b070

Please sign in to comment.