Skip to content

Update the Makefile and the .goreleaser file to build the netgo packa… #10

Update the Makefile and the .goreleaser file to build the netgo packa…

Update the Makefile and the .goreleaser file to build the netgo packa… #10

name: Release Steampipe Anywhere Components
on:
push:
tags:
- 'v*'
workflow_dispatch:
inputs:
version:
description: "The version to release (must be prefixed with 'v')"
required: true
jobs:
anywhere_publish_workflow:
uses: turbot/steampipe-workflows/.github/workflows/steampipe-anywhere-kubernetes.yml@main
secrets: inherit