Skip to content

Commit

Permalink
Merge pull request #9 from Aryan-sharma11/try
Browse files Browse the repository at this point in the history
added CO-RE archive for KA release
  • Loading branch information
Aryan-sharma11 authored Apr 3, 2024
2 parents 1a6dbad + f73426d commit 687eddf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions KubeArmor/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ builds:
goarch:
- amd64
- arm64

archives:
- id: "kubearmor"
builds:
- "kubearmor"
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
files:
- src: ./BPF/*
dst: /opt/kubearmor/BPF/
- src: ./templates/*
dst: /opt/kubearmor/templates/
- src: ./packaging/kubearmor.yaml
dst: /opt/kubearmor
dst: /opt/kubearmor/
strip_parent: true
- src: ./packaging/kubearmor.service
dst: /usr/lib/systemd/system
dst: /usr/lib/systemd/system/
strip_parent: true
- src: ./karmor
dst: /usr/local/bin
- src: ./BPF/*
dst: /opt/kubearmor/
- src: ./templates/*
dst: /opt/kubearmor/

dst: /usr/local/bin/karmor

nfpms:
- id: "kubearmor"
builds:
Expand Down

0 comments on commit 687eddf

Please sign in to comment.