Skip to content

Commit 3950da3

Browse files
committed
fix(release): limit default builds to linux artifacts
1 parent 8e2d4cc commit 3950da3

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: docker-image
22

33
on:
4-
push:
5-
tags:
6-
- v*
4+
workflow_dispatch:
75

86
env:
97
APP_NAME: CLIProxyAPI

.goreleaser.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ builds:
66
- CGO_ENABLED=0
77
goos:
88
- linux
9-
- windows
10-
- darwin
11-
- freebsd
129
goarch:
1310
- amd64
1411
- arm64
@@ -19,9 +16,6 @@ builds:
1916
archives:
2017
- id: "cli-proxy-api"
2118
format: tar.gz
22-
format_overrides:
23-
- goos: windows
24-
format: zip
2519
files:
2620
- LICENSE
2721
- README.md

0 commit comments

Comments
 (0)