17 lines
No EOL
336 B
YAML
17 lines
No EOL
336 B
YAML
name: ghcr-push
|
|
|
|
on:
|
|
release:
|
|
types: [created]
|
|
|
|
jobs:
|
|
release-linux-arm64:
|
|
name: release linux/arm64
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: wangyoucao577/go-release-action@v1.34
|
|
with:
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
goos: linux
|
|
goarch: arm64 |