Skip to content

rsksmart/artifacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

253 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rskj-ubuntu-installer

Source code to build rskj ubuntu installer

Dockerfiles

Looking for Dockerfiles:

Automated PPA build and publish

  1. Edit rskj-ubuntu-installer/rskj_package_<version>/debian/changelog files
  2. Commit and push tag with format <CODENAME>-<VERSION> eg: FINGERROOT-5.0.0

Architectures (x86_64 and ARM)

The Debian packages produced by this repo are architecture-independent:

  • All debian/control files declare Architecture: all.
  • The payload is a Java rsk.jar plus configuration files and a systemd unit.

To make the same .deb available for additional architectures such as arm64:

  • Ensure openjdk-17-jre exists for the target architecture on your Ubuntu release.
  • If you use Launchpad / a PPA, enable the arm64 architecture for the PPA and for the rskj source so Launchpad will publish the package for both amd64 and arm64.
  • If you build and host .deb files yourself, use the source package produced by scripts/build.sh or scripts/build_from_concourse.sh and publish it in a repository that exposes both amd64 and arm64.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors