Source code to build rskj ubuntu installer
Looking for Dockerfiles:
- rskj running node visit: https://hub.docker.com/r/rsksmart/rskj
- rskj reproducible visit: https://github.com/rsksmart/reproducible-builds/
- Edit
rskj-ubuntu-installer/rskj_package_<version>/debian/changelogfiles - Commit and push tag with format
<CODENAME>-<VERSION>eg:FINGERROOT-5.0.0
The Debian packages produced by this repo are architecture-independent:
- All
debian/controlfiles declareArchitecture: all. - The payload is a Java
rsk.jarplus configuration files and asystemdunit.
To make the same .deb available for additional architectures such as arm64:
- Ensure
openjdk-17-jreexists for the target architecture on your Ubuntu release. - If you use Launchpad / a PPA, enable the
arm64architecture for the PPA and for therskjsource so Launchpad will publish the package for bothamd64andarm64. - If you build and host
.debfiles yourself, use the source package produced byscripts/build.shorscripts/build_from_concourse.shand publish it in a repository that exposes bothamd64andarm64.