Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Nightly automated builds of serokell/deploy-rs for various systems

License

Notifications You must be signed in to change notification settings

cmacrae/deploy-rs-binary-builds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Nightly deploy-rs builds

.github/workflows/build.yaml BuiltWithNix badge Cachix badge

This repository provides nightly automated builds of serokell/deploy-rs for:

  • x86_64-linux
  • aarch64-linux
  • x86_64-darwin

Resulting builds are then pushed to a binary cache for convenience.

Usage

{
  nix.binaryCaches = [
    "https://cachix.org/api/v1/cache/deploy-rs"
  ];

  nix.binaryCachePublicKeys = [
    "deploy-rs.cachix.org-1:M+ZN++7fdqZFeIsvJyqeQrgnAbgsPNuv8z93uAJO43w="
  ];
}

About

Nightly automated builds of serokell/deploy-rs for various systems

Topics

Resources

License

Stars

Watchers

Forks