1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-23 19:11:40 +02:00

add back arm64 darwin

This commit is contained in:
chrislu 2022-05-02 13:35:06 -07:00
parent 34564a5818
commit e82233efa7
2 changed files with 2 additions and 4 deletions

View file

@ -82,8 +82,7 @@ jobs:
strategy:
matrix:
goos: [darwin]
# goarch: [amd64, arm64]
goarch: [amd64]
goarch: [amd64, arm64]
steps:

View file

@ -23,8 +23,7 @@ jobs:
strategy:
matrix:
goos: [darwin]
# goarch: [amd64, arm64]
goarch: [amd64]
goarch: [amd64, arm64]
# Steps represent a sequence of tasks that will be executed as part of the job
steps: