Skip to content

Commit

Permalink
[wip] test out binny dev branch
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Jun 6, 2024
1 parent e7c6caa commit 051872a
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .binny.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
tools:
# we want to use a pinned version of binny to manage the toolchain (so binny manages itself!)
# TODO: restore this after verifying it works
- name: binny
version:
want: v0.7.0
method: github-release
want: add-go-install-args-env
method: go-install
with:
repo: anchore/binny
module: github.com/anchore/binny
entrypoint: cmd/binny
ldflags:
- -X main.version={{ .Version }}

# used to produce SBOMs during release
- name: syft
Expand Down Expand Up @@ -109,7 +112,11 @@ tools:
want: v1.12.0
method: go-install
with:
module: github.com/containers/skopeo/cmd/skopeo
module: github.com/containers/skopeo
entrypoint: cmd/skopeo
args:
- "-tags"
- containers_image_openpgp
env:
- CGO_ENABLED=0
- GO_DYN_FLAGS=""

0 comments on commit 051872a

Please sign in to comment.