mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-12 17:28:14 +01:00
Exclude darwin/arm since that isn't a valid combination for #78
This commit is contained in:
parent
11ffa3b7f3
commit
54ce34be52
3
.github/workflows/server-releaser.yml
vendored
3
.github/workflows/server-releaser.yml
vendored
@ -14,6 +14,9 @@ jobs:
|
||||
matrix:
|
||||
goos: [linux, darwin]
|
||||
goarch: [amd64, arm, arm64]
|
||||
exclude:
|
||||
- goos: darwin
|
||||
goarch: arm
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Go
|
||||
|
Loading…
Reference in New Issue
Block a user