Skip to content

Commit 066de6b

Browse files
committed
Remove apiextension from the release flow
Signed-off-by: utam0k <utam0k@preferred.jp>
1 parent 520a352 commit 066de6b

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,6 @@ builds:
1919
- -a
2020
ldflags:
2121
- -s -w -X github.com/pfnet/hierarchical-namespaces/cmd.Version={{.Version}} -X github.com/pfnet/hierarchical-namespaces/cmd.Revision={{.ShortCommit}} -extldflags "-static"
22-
- id: api-extension
23-
env:
24-
- CGO_ENABLED=0
25-
- GO111MODULE=on
26-
main: ./cmd/apiextension/main.go
27-
binary: apiextension
28-
goos:
29-
- linux
30-
- darwin
31-
goarch:
32-
- amd64
33-
- arm64
34-
flags:
35-
- -a
36-
ldflags:
37-
- -s -w -X github.com/pfnet/hierarchical-namespaces/cmd.Version={{.Version}} -X github.com/pfnet/hierarchical-namespaces/cmd.Revision={{.ShortCommit}} -extldflags "-static"
3822

3923
dockers:
4024
- image_templates: ["ghcr.io/pfnet/{{ .ProjectName }}:{{ .Version }}-amd64"]

Dockerfile.release

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM debian:bullseye-slim
22
WORKDIR /
33
COPY manager /manager
4-
COPY apiextension /apiextension
54
ENTRYPOINT ["/manager"]

0 commit comments

Comments
 (0)