Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Add release for aarch64

Latest
Compare
Choose a tag to compare
@xarantolus xarantolus released this 01 Sep 05:40

This release changes the naming scheme of the downloads. This makes it possible to download upduck on a Raspberry Pi like with the following command:

arch=$(uname -m) && wget -O upduck "https://github.com/xarantolus/upduck/releases/latest/download/upduck-raspberrypi-${arch%l}"

There's now also a release build for aarch64, the architecture of the Raspberry Pi 4.