feat: rm win release
This commit is contained in:
parent
ca1ec49eeb
commit
e4b09a370f
32
.github/workflows/release.yml
vendored
32
.github/workflows/release.yml
vendored
@ -54,19 +54,19 @@ jobs:
|
||||
GOARCH: amd64
|
||||
GOOS: darwin
|
||||
|
||||
release-windows-amd64:
|
||||
name: release windows/amd64
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16.x
|
||||
- name: compile and release
|
||||
run: |
|
||||
./hack/release.sh
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GOARCH: amd64
|
||||
GOOS: windows
|
||||
# release-windows-amd64:
|
||||
# name: release windows/amd64
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@master
|
||||
# - name: Install Go
|
||||
# uses: actions/setup-go@v2
|
||||
# with:
|
||||
# go-version: 1.16.x
|
||||
# - name: compile and release
|
||||
# run: |
|
||||
# ./hack/release.sh
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# GOARCH: amd64
|
||||
# GOOS: windows
|
Loading…
Reference in New Issue
Block a user