Skip to content

image-syncer: v1.5.2 #10

image-syncer: v1.5.2

image-syncer: v1.5.2 #10

Workflow file for this run

name: release
on:
release:
types: [created]
jobs:
releases-linux-binaries:
name: Release Go Binaries
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, darwin]
goarch: [amd64, arm64]
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.38
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.20.4
extra_files: LICENSE README.md