Skip to content

Commit

Permalink
Add Mac arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
Geo25rey authored Dec 14, 2023
1 parent 0fa6184 commit 98b4d19
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-latest, ubuntu-latest, macos-latest-xlarge]
include:
- os: macos-latest
name: Mac OS Intel
- os: ubuntu-latest
name: Ubuntu 22.04
- os: macos-latest-xlarge
name: Mac OS M1
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -34,6 +41,6 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: Plugin.so for ${{ matrix.os }}
name: Plugin.so for ${{ matrix.name }}
path: |
build/plugin.so

0 comments on commit 98b4d19

Please sign in to comment.