Skip to content

Commit

Permalink
Operator Controller Release
Browse files Browse the repository at this point in the history
Adds a release github action and implements goreleaser, borrowing heavily from rukpak but stripped down a bit.

Signed-off-by: dtfranz <dfranz@redhat.com>
  • Loading branch information
dtfranz committed Mar 2, 2023
1 parent 2bea1e3 commit 963d8a6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*.dll
*.so
*.dylib
bin
bin/*
testbin/*
Dockerfile.cross

Expand All @@ -29,3 +29,6 @@ operator-controller.yaml
*.swp
*.swo
*~

# TODO dfranz remove this line and the bin folder when tools binaries are moved to their own folder
!bin/.dockerignore
8 changes: 8 additions & 0 deletions bin/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file
# Ignore tools binaries
# TODO dfranz: We don't need this file anymore once we move the tool binaries out.
controller-gen
ginkgo
goreleaser
kind
kustomize

0 comments on commit 963d8a6

Please sign in to comment.