build for win & linux

This commit is contained in:
kongfei 2022-06-05 17:14:28 +08:00
parent cfb8f690b7
commit bc6c375e04
2 changed files with 0 additions and 5 deletions

View File

@ -19,10 +19,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:

View File

@ -19,7 +19,6 @@ builds:
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64