mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-04 20:50:25 +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:
|
matrix:
|
||||||
goos: [linux, darwin]
|
goos: [linux, darwin]
|
||||||
goarch: [amd64, arm, arm64]
|
goarch: [amd64, arm, arm64]
|
||||||
|
exclude:
|
||||||
|
- goos: darwin
|
||||||
|
goarch: arm
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
|
Loading…
Reference in New Issue
Block a user