mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Update release.yml
This commit is contained in:
parent
1b4237795a
commit
7af9415696
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
goos: [linux, windows, darwin]
|
||||
goarch: ["386", amd64]
|
||||
goarch: ["386", amd64, arm]
|
||||
steps:
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
|
|
Loading…
Reference in a new issue