Skip to content

Commit

Permalink
Revert "just use a local pipeline"
Browse files Browse the repository at this point in the history
This reverts commit 8e46304.
  • Loading branch information
imjasonh committed Jul 13, 2023
1 parent 8e46304 commit 4d43bfe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 170 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ MELANGE_OPTS += --arch ${ARCH}
MELANGE_OPTS += --env-file build-${ARCH}.env
MELANGE_OPTS += --namespace wolfi
MELANGE_OPTS += --generate-index false
MELANGE_OPTS += --pipeline-dir ./pipelines/
MELANGE_OPTS += ${MELANGE_EXTRA_OPTS}

ifeq (${USE_CACHE}, yes)
Expand Down
14 changes: 7 additions & 7 deletions ko-fips.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: ko-fips
version: 0.14.1
version: 0.14.1
epoch: 0
description: Simple, fast container image builder for Go applications.
copyright:
Expand All @@ -11,6 +11,7 @@ environment:
packages:
- ca-certificates-bundle
- busybox
- go-fips
environment:
CGO_ENABLED: "0"

Expand All @@ -22,12 +23,11 @@ pipeline:
expected-commit: 200db7243f02b5c0303e21d8ab8e3b4ad3a229d0
destination: ko

- uses: go-fips/build
with:
packages: .
output: ko
modroot: ko
ldflags: -s -w -X github.com/google/ko/pkg/commands.Version=${{package.version}}
- 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
Expand Down
93 changes: 0 additions & 93 deletions pipelines/go-fips/build.yaml

This file was deleted.

69 changes: 0 additions & 69 deletions pipelines/go-fips/install.yaml

This file was deleted.

0 comments on commit 4d43bfe

Please sign in to comment.