We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f914c74 commit b77b61fCopy full SHA for b77b61f
.goreleaser.yml
@@ -8,7 +8,7 @@ before:
8
gomod:
9
proxy: false
10
builds:
11
- - main: .
+ - main: cmd/
12
binary: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
13
env:
14
- CGO_ENABLED=0
@@ -52,8 +52,6 @@ release:
52
53
54
Thanks to all the contributors! 🚀 🦄
55
- extra_files:
56
- - glob: ./capsule-seccomp.json
57
checksum:
58
name_template: 'checksums.txt'
59
changelog:
README.md
@@ -1,8 +1,8 @@
1
+# Capsule ❤️ Cortex
2
+
3
[!IMPORTANT]
4
This project is a permanent hard-fork of the [origin project](https://github.com/blind-oracle/cortex-tenant).
5
-# Capsule ❤️ Cortex
-
6

7
<p align="center">
0 commit comments