BitBoxSwiss / bitbox02-firmware

Firmware code of the BitBox02 hardware wallet
https://bitbox.swiss/bitbox02
Apache License 2.0
263 stars 95 forks source link

releases/build.sh: fix to work with recently updated Docker image #1009

Closed benma closed 1 year ago

benma commented 1 year ago

In 11eea89dffe215461327f8e7a34fbf8cd75ffa07, we updated the base image to Ubuntu 22.04.

python is not an installation candidate any longer. We simply remove it, as it was a fix for very old versions, and keep a comment in case someone wants to build these old versoins.

Somehow it seems that git clone --depth 1 doesn't fetch the tags anymore - fixed by fetching the tags manually.