;ci: binaries-linux-arm32v7: notes, disable wrong completions addition [#2223]

This commit is contained in:
Simon Michael 2024-09-16 18:05:28 -07:00
parent 022c35697c
commit 68f1395b0d

View File

@ -1,3 +1,4 @@
# This was used for certain raspberry pi hardware and perhaps needs update.
# Runs on any push to binaries-linux-arm32v7.
# Produces optimised static arm32v7 linux binaries,
# using GHC 8.10.4 and cabal.
@ -34,7 +35,8 @@ jobs:
docker cp $container_id:/root/hledger tmp
docker rm -v $container_id
cd tmp
tar cvf hledger-linux-arm32v7.tar hledger hledger-ui hledger-web hledger/shell-completion/hledger-completion.bash
tar cvf hledger-linux-arm32v7.tar hledger hledger-ui hledger-web
# could add extras like hledger/shell-completion/hledger-completion.bash here
# upload-artifact loses execute permissions, so we tar the binaries to preserve them.
# github UI always zips artifacts when they are downloaded, so we don't bother compressing the tar.