Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Build binaries for release #10

Build binaries for release

Build binaries for release #10

Workflow file for this run

name: Build binaries for release
on:
release:
types: [created]
jobs:
releases-matrix:
name: Release Go binaries
runs-on: ubuntu-latest
strategy:
matrix:
goos: [darwin, freebsd, linux, openbsd, windows]
goarch: ["386", amd64, arm, arm64]
exclude:
- goarch: "386"
goos: darwin
- goarch: arm
goos: darwin
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GH_PAT }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.20"
md5sum: false
sha256sum: true
project_path: "./"
binary_name: "egpt"
extra_files: LICENSE