Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lilendian0x00 committed Aug 16, 2023
1 parent 7e2ed57 commit 1cc50a5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@ jobs:
strategy:
matrix:
# Include amd64 and arm64 on all platforms.
goos: [windows, linux]
goos: [windows, linux, darwin]
goarch: [amd64, arm64]
include:
# BEGIN Android ARM 8
- goos: android
goarch: arm64
# END Android ARM 8
# Windows ARM
- goos: windows
goarch: arm64
fail-fast: false

runs-on: ubuntu-latest
Expand Down

0 comments on commit 1cc50a5

Please sign in to comment.