Chris Lu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/binaries_dev.yml
|
@ -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: |
|
|