diff options
author | appleboy <appleboy.tw@gmail.com> | 2023-05-01 15:59:43 +0200 |
---|---|---|
committer | techknowlogick <techknowlogick@noreply.gitea.io> | 2023-05-01 15:59:43 +0200 |
commit | b49834185777fffed9e0b4d7c3b08ad82fcdbcfa (patch) | |
tree | e627f293f6540a4827a4d3153c33cbf8c3e8de75 /.gitignore | |
parent | build: optimize Dockerfile and update dependencies (#162) (diff) | |
download | forgejo-runner-b49834185777fffed9e0b4d7c3b08ad82fcdbcfa.tar.xz forgejo-runner-b49834185777fffed9e0b4d7c3b08ad82fcdbcfa.zip |
build: improve compression and update GitHub actions (#168)
- Add `dist` to .gitignore for gorelease binary folder
- Replace tar command with xz command in .goreleaser.yaml for better compression
ref: https://gitea.com/gitea/homebrew-gitea/pulls/164
Signed-off-by: appleboy <appleboy.tw@gmail.com>
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/168
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
Co-authored-by: appleboy <appleboy.tw@gmail.com>
Co-committed-by: appleboy <appleboy.tw@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,3 +8,5 @@ coverage.txt # MS VSCode .vscode __debug_bin +# gorelease binary folder +dist |