Skip to content

v0.0.22

v0.0.22 #29

Workflow file for this run

on:
release:
types: [created]
jobs:
release-binaries:
name: release
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, windows, darwin]
goarch: [amd64, arm64]
exclude:
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.30
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.18
binary_name: gardener-chart-releaser
compress_assets: false