Skip to content

Commit

Permalink
move contour into bin file
Browse files Browse the repository at this point in the history
KU-1063
  • Loading branch information
Maciek Golaszewski committed Jul 16, 2024
1 parent 3460a29 commit 6e15f62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
override: replace
summary: "contour service"
startup: enabled
command: "/contour [ -h ]"
command: "contour [ -h ]"
on-failure: shutdown

entrypoint-service: contour
Expand All @@ -39,5 +39,6 @@ parts:
- go/1.21/stable
override-build: |
make build
cp contour ${CRAFT_PART_INSTALL}/contour
mkdir ${CRAFT_PART_INSTALL}/bin
cp contour ${CRAFT_PART_INSTALL}/bin/contour

0 comments on commit 6e15f62

Please sign in to comment.