Skip to content

Commit

Permalink
Problem: Release script does not create testnet binaries on `release/…
Browse files Browse the repository at this point in the history
…v4-croeseid` branch (#817)

* Problem: Release script does not create testnet binaries on `release/v4-croeseid` branch

Solution: Changed the release script to create testnet binaries

* Build testnet binaries for aarch64
  • Loading branch information
devashishdxt authored Jul 18, 2022
1 parent 6244e4f commit 83d8f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
BUILD_TYPE="tarball"
FLAKE="github:${GITHUB_REPOSITORY}/${GITHUB_REF_NAME}"
nix build -L ${FLAKE}#chain-maind-$BUILD_TYPE
nix build -L ${FLAKE}#chain-maind-testnet-$BUILD_TYPE
cp result chain-main_${GITHUB_REF_NAME:1}_${PLATFORM}.tar.gz
nix-env -i coreutils -f '<nixpkgs>'
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
BUILD_TYPE="tarball"
FLAKE="github:${GITHUB_REPOSITORY}/${GITHUB_REF_NAME}"
nix build -L --extra-platforms aarch64-linux ${FLAKE}#packages.aarch64-linux.chain-maind-$BUILD_TYPE
nix build -L --extra-platforms aarch64-linux ${FLAKE}#packages.aarch64-linux.chain-maind-testnet-$BUILD_TYPE
cp result chain-main_${GITHUB_REF_NAME:1}_${PLATFORM}.tar.gz
sha256sum *.tar.gz > checksums-$PLATFORM.txt
Expand Down

0 comments on commit 83d8f34

Please sign in to comment.