Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 authored Dec 30, 2023
1 parent 60b11e3 commit 0fcad7b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Usually this is done using a matrix, and due to limitations on how much actions
To do this, make sure to set `combine: true` on the build action!

## Building a mod on mac and windows, and then combining it
## Building a mod on mac, android armv7 and armv8, windows, and then combining it
Full workflow:
```yml
name: Build Geode Mod
Expand All @@ -85,12 +85,20 @@ jobs:
config:
- name: Windows
os: windows-latest
target: Windows
target: Win32
- name: macOS
os: macos-latest
target: MacOS
- name: Android32
os: ubuntu-latest
target: Android32
- name: Android64
os: ubuntu-latest
target: Android64
name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
Expand Down

0 comments on commit 0fcad7b

Please sign in to comment.