Skip to content

Commit

Permalink
fix arm64 linux
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Apr 28, 2022
1 parent 2feb741 commit 9696305
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 @@ -71,9 +71,9 @@ jobs:
PLATFORM: Linux_arm64
run: |
FLAKE="github:${GITHUB_REPOSITORY}/${GITHUB_REF_NAME}"
nix build --extra-platforms aarch64-linux ${FLAKE}#cronosd-tarball
nix build --extra-platforms aarch64-linux ${FLAKE}#packages.aarch64-linux.cronosd-tarball
cp result cronos_${GITHUB_REF_NAME}-rocksdb_${PLATFORM}.tar.gz
nix build --extra-platforms aarch64-linux ${FLAKE}#cronosd-testnet-tarball
nix build --extra-platforms aarch64-linux ${FLAKE}#packages.aarch64-linux.cronosd-testnet-tarball
cp result cronos_${GITHUB_REF_NAME}-testnet-rocksdb_${PLATFORM}.tar.gz
echo 'FILES<<EOF' >> $GITHUB_ENV
ls -1 *.tar.gz >> $GITHUB_ENV
Expand Down

0 comments on commit 9696305

Please sign in to comment.