mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Update binaries_dev.yml
This commit is contained in:
parent
b3e526ba95
commit
1dced26304
4
.github/workflows/binaries_dev.yml
vendored
4
.github/workflows/binaries_dev.yml
vendored
|
@ -20,12 +20,12 @@ jobs:
|
||||||
assets: |
|
assets: |
|
||||||
weed-*
|
weed-*
|
||||||
|
|
||||||
build_dev_linux:
|
build_dev_linux_windows:
|
||||||
needs: cleanup
|
needs: cleanup
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
goos: [linux]
|
goos: [linux, windows]
|
||||||
goarch: [amd64]
|
goarch: [amd64]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue