Skip to content

Commit

Permalink
Add os
Browse files Browse the repository at this point in the history
  • Loading branch information
trizin authored Oct 23, 2023
1 parent 0e1b5ca commit 0ec5327
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,26 @@ jobs:
- goos: darwin
goarch: amd64
ext: '.dylib'
os: macos-latest

- goos: linux
goarch: amd64
ext: '.so'
CC: gcc
CXX: g++
os: ubuntu-20.04

- goos: darwin
goarch: arm64
ext: '.dylib'
os: macos-latest

- goos: linux
goarch: arm64
ext: '.so'
CC: aarch64-linux-gnu-gcc
CXX: aarch64-linux-gnu-g++
os: ubuntu-20.04

- goos: windows
goarch: amd64
Expand Down

0 comments on commit 0ec5327

Please sign in to comment.