debug build version
Some checks failed
Lint / golangci-lint (push) Successful in 9m43s
Declarative Tests / test (push) Successful in 21s
Declarative Tests / build (push) Failing after 42s

This commit is contained in:
Matthew Rich 2024-05-26 17:09:39 -07:00
parent d6a10ac539
commit e8a59924ef

View File

@ -13,5 +13,6 @@ test: jx-cli
go tool cover -html=artifacts/coverage.profile -o artifacts/code-coverage.html go tool cover -html=artifacts/coverage.profile -o artifacts/code-coverage.html
rpm: rpm:
echo Building $(VERSION)
dnf install -y nodejs git dnf-plugins-core rpm-build rpmdevtools dnf install -y nodejs git dnf-plugins-core rpm-build rpmdevtools
rpmbuild -ba --define='version $(VERSION)' build/jx.spec rpmbuild -ba --define='version $(VERSION)' build/jx.spec