1
4
mirror of https://github.com/yunginnanet/HellPot synced 2024-06-16 03:58:55 +00:00

Chore[CD]: Deprecate unused workflow

This commit is contained in:
kayos@tcp.direct 2023-11-15 23:39:45 -08:00
parent c717e6ec5c
commit 7e100317ab
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

@ -1,33 +0,0 @@
Name: Build and Release
on:
push:
branches: [ master ]
jobs:
releases-matrix:
name: Build and Release
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, windows, darwin]
goarch: ["386", amd64, arm64]
exclude:
- goarch: "386"
goos: darwin
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.35
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.19.5.linux-amd64.tar.gz"
project_path: "./cmd/HellPot"
binary_name: "HellPot"
extra_files: LICENSE README.md
build_flags: -trimpath
pre_command: export CGO_ENABLED=0
ldflags: -s -w