node-distro/docker/download_ipfs_fs_repo_migrations.sh
Anatolios Laskaris af31412d6f
chore: Prepare for multiplatform build (#148)
* Prepare for multiarch

* Fix

* Fix

* Fix

* Move some code to scripts

* Cleanup

* Run chmod

* Typo

* Fix

* Fixes

* Typo

* Install npm

* Fix

* Cleanup

* Fix

* Fix?

* Updates
2023-06-05 18:05:24 +03:00

13 lines
328 B
Bash
Executable File

#! /usr/bin/env sh
case "$TARGETPLATFORM" in
'linux/amd64')
ARCHIVE="fs-repo-migrations_v2.0.2_linux-amd64.tar.gz"
;;
'linux/arm64')
ARCHIVE="fs-repo-migrations_v2.0.2_linux-arm64.tar.gz"
;;
esac
wget -qO - "https://dist.ipfs.io/fs-repo-migrations/v2.0.2/$ARCHIVE" | tar -C /usr/local/bin --strip-components=1 -zxvf -