Skip to content

Commit

Permalink
Update crossbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuechlin authored Mar 14, 2024
1 parent 4482c2c commit 420e7ef
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/crossbuild.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# cross build go https://github.com/marketplace/actions/go-release-binary
# https://github.com/jidicula/template-go/blob/57ddf441732bf905c893d547b9dc5efa2dc039a0/.github/workflows/release-draft.yml

on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

name: Latest Release

defaults:
run:
shell: bash

on: release
name: Build Release
jobs:
release:
name: Create Release
Expand Down

0 comments on commit 420e7ef

Please sign in to comment.