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.