We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2d4cc commit 3950da3Copy full SHA for 3950da3
.github/workflows/docker-image.yml
@@ -1,9 +1,7 @@
1
name: docker-image
2
3
on:
4
- push:
5
- tags:
6
- - v*
+ workflow_dispatch:
7
8
env:
9
APP_NAME: CLIProxyAPI
.goreleaser.yml
@@ -6,9 +6,6 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- - windows
10
- - darwin
11
- - freebsd
12
goarch:
13
- amd64
14
- arm64
@@ -19,9 +16,6 @@ builds:
19
16
archives:
20
17
- id: "cli-proxy-api"
21
18
format: tar.gz
22
- format_overrides:
23
- - goos: windows
24
- format: zip
25
files:
26
- LICENSE
27
- README.md
0 commit comments