;ci: binaries-linux-arm32v7: notes, disable wrong completions addition [#2223]
This commit is contained in:
parent
022c35697c
commit
68f1395b0d
4
.github/workflows/binaries-linux-arm32v7.yml
vendored
4
.github/workflows/binaries-linux-arm32v7.yml
vendored
@ -1,3 +1,4 @@
|
|||||||
|
# This was used for certain raspberry pi hardware and perhaps needs update.
|
||||||
# Runs on any push to binaries-linux-arm32v7.
|
# Runs on any push to binaries-linux-arm32v7.
|
||||||
# Produces optimised static arm32v7 linux binaries,
|
# Produces optimised static arm32v7 linux binaries,
|
||||||
# using GHC 8.10.4 and cabal.
|
# using GHC 8.10.4 and cabal.
|
||||||
@ -34,7 +35,8 @@ jobs:
|
|||||||
docker cp $container_id:/root/hledger tmp
|
docker cp $container_id:/root/hledger tmp
|
||||||
docker rm -v $container_id
|
docker rm -v $container_id
|
||||||
cd tmp
|
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.
|
# 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.
|
# github UI always zips artifacts when they are downloaded, so we don't bother compressing the tar.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user