feat(macos): support macOS (#1712)

This commit is contained in:
MaineK00n
2023-09-25 16:51:09 +09:00
committed by GitHub
parent 78b52d6a7f
commit 1832b4ee3a
13 changed files with 668 additions and 68 deletions

View File

@@ -10,6 +10,7 @@ builds:
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
@@ -26,6 +27,7 @@ builds:
goos:
- linux
- windows
- darwin
goarch:
- 386
- amd64
@@ -46,6 +48,7 @@ builds:
goos:
- linux
- windows
- darwin
goarch:
- 386
- amd64
@@ -64,6 +67,7 @@ builds:
goos:
- linux
- windows
- darwin
goarch:
- 386
- amd64
@@ -84,6 +88,7 @@ builds:
goos:
- linux
- windows
- darwin
goarch:
- 386
- amd64