From 1ad1bd8a21a28e1dfe50f9a0fa1a1e3889e85f9c Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:50:26 +0100 Subject: [PATCH] Create .goreleaser.yaml --- .goreleaser.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .goreleaser.yaml diff --git a/.goreleaser.yaml b/.goreleaser.yaml new file mode 100644 index 0000000..1368249 --- /dev/null +++ b/.goreleaser.yaml @@ -0,0 +1,28 @@ +project: + name: Open ETC Pool Friends + description: A Go-based Ethereum Classic mining pool + version: 1.0.0 + +before: + - go mod tidy + +builds: + - goos: linux + goarch: amd64 + binary: open-etc-pool-friends + +archives: + - name: open-etc-pool-friends + format: binary + files: + - open-etc-pool-friends + +slsa: + go: + version: 3.0.0 + configuration: + author: + name: Yuriy Lytvyn + email: yuriy.lytvyn@gmail.com + repository: + url: https://github.com/yuriy0803/open-etc-pool-friends