From 7f0f71ba644768f2606bcb6a8d3281338a023c64 Mon Sep 17 00:00:00 2001 From: Mukhtar Akere Date: Sun, 25 Aug 2024 06:34:34 +0100 Subject: [PATCH] First Release --- .goreleaser.yaml | 17 +++++++++-------- Dockerfile | 2 +- README.md | 4 ++-- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index dc2893e..03131aa 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,11 +1,3 @@ -# This is an example .goreleaser.yml file with some sensible defaults. -# Make sure to check the documentation at https://goreleaser.com - -# The lines below are called `modelines`. See `:help modeline` -# Feel free to remove those if you don't want/need to use them. -# yaml-language-server: $schema=https://goreleaser.com/static/schema.json -# vim: set ts=2 sw=2 tw=0 fo=cnqoj - version: 2 before: @@ -20,6 +12,11 @@ builds: - linux - windows - darwin + goarch: + - amd64 + - arm + - arm64 + archives: - format: tar.gz @@ -42,3 +39,7 @@ changelog: exclude: - "^docs:" - "^test:" + +# Environment setup +env: + - CGO_ENABLED=0 diff --git a/Dockerfile b/Dockerfile index d49e06d..5a818e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,4 @@ FROM scratch COPY --from=builder /blackhole /blackhole # Run -CMD ["/blackhole", "--config", "/app/config.json"] \ No newline at end of file +# CMD ["/blackhole", "--config", "/app/config.json"] \ No newline at end of file diff --git a/README.md b/README.md index 32c10ed..009a6bf 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ The proxy is useful in filtering out un-cached Real Debrid torrents version: '3.7' services: blackhole: - image: cy01/blackhole:latest - container_name: blackhole + image: ghcr.io/sirrobot01/debrid-blackhole:latest + container_name: debrid-blackhole user: "1000:1000" volumes: - ./logs:/app/logs