summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorappleboy <appleboy.tw@gmail.com>2023-05-01 15:59:43 +0200
committertechknowlogick <techknowlogick@noreply.gitea.io>2023-05-01 15:59:43 +0200
commitb49834185777fffed9e0b4d7c3b08ad82fcdbcfa (patch)
treee627f293f6540a4827a4d3153c33cbf8c3e8de75 /.gitignore
parentbuild: optimize Dockerfile and update dependencies (#162) (diff)
downloadforgejo-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--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d9d87a5..38e1b26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,5 @@ coverage.txt
# MS VSCode
.vscode
__debug_bin
+# gorelease binary folder
+dist