Skip to content

Merge pull request #4 from linuxfoundation/ems/refactor #8

Merge pull request #4 from linuxfoundation/ems/refactor

Merge pull request #4 from linuxfoundation/ems/refactor #8

Workflow file for this run

# Copyright The Linux Foundation and each contributor.
# SPDX-License-Identifier: MIT
---
name: Publish
'on':
push:
branches:
- main
workflow_dispatch:
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.22.x'
- uses: ko-build/[email protected]
- run: |
ko build --bare --platform linux/amd64,linux/arm64 -t latest -t ${{ github.sha }} --sbom spdx .