Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions ko-fips.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
package:
name: ko-fips
version: 0.14.1
epoch: 0
description: Simple, fast container image builder for Go applications.
copyright:
- license: Apache-2.0

environment:
contents:
packages:
- ca-certificates-bundle
- busybox
- go-fips
environment:
CGO_ENABLED: "0"

pipeline:
- uses: git-checkout
with:
repository: https://github.com/ko-build/ko
tag: v${{package.version}}
expected-commit: 200db7243f02b5c0303e21d8ab8e3b4ad3a229d0
destination: ko

- runs: |
cd ko
go build -o "${{targets.destdir}}"/usr/bin/ko \
-ldflags "-s -w -X github.com/google/ko/pkg/commands.Version=${{package.version}}" \
-trimpath \

update:
enabled: true
github:
identifier: ko-build/ko
strip-prefix: v