Skip to content

Commit b77b61f

Browse files
committed
chore: correct gorelease config
Signed-off-by: Oliver Bähler <[email protected]>
1 parent f914c74 commit b77b61f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.goreleaser.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before:
88
gomod:
99
proxy: false
1010
builds:
11-
- main: .
11+
- main: cmd/
1212
binary: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
1313
env:
1414
- CGO_ENABLED=0
@@ -52,8 +52,6 @@ release:
5252
5353
5454
Thanks to all the contributors! 🚀 🦄
55-
extra_files:
56-
- glob: ./capsule-seccomp.json
5755
checksum:
5856
name_template: 'checksums.txt'
5957
changelog:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
# Capsule ❤️ Cortex
2+
13
[!IMPORTANT]
24
This project is a permanent hard-fork of the [origin project](https://github.com/blind-oracle/cortex-tenant).
35

4-
# Capsule ❤️ Cortex
5-
66
![Capsule Cortex](docs/images/logo.png)
77

88
<p align="center">

0 commit comments

Comments
 (0)