1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-01 22:56:38 +02:00

Update release.yml

This commit is contained in:
Chris Lu 2020-12-17 23:23:47 -08:00 committed by GitHub
parent dbf46b3aa1
commit 252e554e18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,11 @@ jobs:
strategy:
matrix:
goos: [linux, windows, darwin, freebsd, netbsd, openbsd ]
goarch: ["386", amd64]
# goarch: ["386", amd64, arm]
goarch: ["386", amd64, arm]
exclude:
- goarch: arm
goos: darwin
steps:
- name: Check out code into the Go module directory