Skip to content

Commit

Permalink
include latest kArmor release in package
Browse files Browse the repository at this point in the history
Signed-off-by: daemon1024 <[email protected]>
  • Loading branch information
daemon1024 committed Dec 17, 2021
1 parent 5c5a2ae commit 28793fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.
- name: Installing Karmor
run: curl -sfL https://raw.githubusercontent.com/kubearmor/kubearmor-client/main/install.sh | sudo sh -s -- -b .
working-directory: KubeArmor
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# KubeArmor
kubearmor
karmor

# Contribution
.vscode
Expand Down
2 changes: 2 additions & 0 deletions KubeArmor/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ nfpms:
- src: /opt/kubearmor/kubearmor
dst: /usr/local/bin/kubearmor
type: symlink
- src: ./karmor
dst: /usr/local/bin/karmor
- src: ./BPF/*
dst: /opt/kubearmor/BPF/
- src: ./templates/*
Expand Down

0 comments on commit 28793fc

Please sign in to comment.