Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Jul 17, 2023
1 parent 3b1ae8f commit 6b6e94c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/resources/resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,11 @@ cross-compile:

release: clean codegen set-module-version set-version build-resources check-licenses images images-push cross-compile git-tag

release-staging: clean codegen set-module-version set-version build-resources check-licenses images images-push-staging cross-compile fabric8-crds git-tag
release-staging: clean codegen set-module-version set-version build-resources check-licenses images-all images-push-staging cross-compile fabric8-crds git-tag

# Build all supported images
images-all: images
make IMAGE_ARCH=arm64 images

# Build images
images-nightly: clean codegen set-module-version set-version build-resources images
Expand Down

0 comments on commit 6b6e94c

Please sign in to comment.