Skip to content

Commit

Permalink
add rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
romayalon committed Jan 19, 2025
1 parent 6358cbd commit 6982ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ rpm: builder
echo "\033[1;32mRPM for platform \"$(NOOBAA_RPM_TAG)\" is ready in build/rpm.\033[0m";
.PHONY: rpm

rpm_build_and_install:
rpm_build_and_install: rpm
$(CONTAINER_ENGINE) run --name noobaa-rpm-build-and-install --privileged --user root -d --platform=linux/amd64 redhat/ubi9-minimal
DATE=$(date +'%Y%m%d')
VERSION=$(jq -r '.version' < ./package.json)
Expand Down

0 comments on commit 6982ab8

Please sign in to comment.