From 68f1395b0dbf34ed80b85cc84418ae9189e4167f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 16 Sep 2024 18:05:28 -0700 Subject: [PATCH] ;ci: binaries-linux-arm32v7: notes, disable wrong completions addition [#2223] --- .github/workflows/binaries-linux-arm32v7.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/binaries-linux-arm32v7.yml b/.github/workflows/binaries-linux-arm32v7.yml index c50c50991..9d088a2c9 100644 --- a/.github/workflows/binaries-linux-arm32v7.yml +++ b/.github/workflows/binaries-linux-arm32v7.yml @@ -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.