Skip to content

Commit

Permalink
add android
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMario211 authored Jan 4, 2024
1 parent 2c0bcaf commit 60992b2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Geode Mod

on:
workflow_dispatch:

jobs:
build:
strategy:
Expand All @@ -11,9 +11,15 @@ jobs:
config:
- name: Windows
os: windows-latest

target: Win32
- name: MacOS
os: macos-latest
- name: Android32
os: ubuntu-latest
target: Android32
- name: Android64
os: ubuntu-latest
target: Android64

name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
Expand All @@ -25,7 +31,8 @@ jobs:
uses: geode-sdk/build-geode-mod@main
with:
combine: true
sdk: 'nightly'
sdk: 'nightly'
target: ${{ matrix.config.target }}

package:
name: Package builds
Expand Down

0 comments on commit 60992b2

Please sign in to comment.