Skip to content

Commit

Permalink
Build platform-specific packages rather than common.
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-goodspeed committed Dec 15, 2023
1 parent 63ce53f commit bf5dfe6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ name: Build
on: [push]
jobs:
build:
runs-on: [ubuntu-latest]
strategy:
matrix:
os: [windows-2022, macos-11, ubuntu-22.04]
continue-on-error: false
runs-on: ${{ matrix.os }}
steps:
- uses: secondlife/action-autobuild@which-branch
with:
platform: common
addrsize: "64"
token: ${{ github.token }}
release:
needs: build
Expand Down

0 comments on commit bf5dfe6

Please sign in to comment.