Skip to content

Commit

Permalink
chore(ci): bootstrap oras for use in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <[email protected]>
  • Loading branch information
westonsteimel committed Jan 17, 2025
1 parent 681692e commit 31cdf1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ CHRONICLE_VERSION = v0.8.0
GORELEASER_VERSION = v1.26.2
CRANE_VERSION=v0.16.1
GLOW_VERSION := v1.5.0
ORAS_VERSION := v1.2.2

# Formatting variables #################################
BOLD := $(shell tput -T linux bold)
Expand Down Expand Up @@ -115,6 +116,7 @@ bootstrap-tools: $(TEMP_DIR)
GOBIN="$(abspath $(TEMP_DIR))" go install github.com/google/go-containerregistry/cmd/crane@$(CRANE_VERSION)
GOBIN="$(realpath $(TEMP_DIR))" go install github.com/charmbracelet/glow@$(GLOW_VERSION)
GOBIN="$(realpath $(TEMP_DIR))" go install github.com/rinchsan/gosimports/cmd/gosimports@$(GOSIMPORTS_VERSION)
GOBIN="$(realpath $(TEMP_DIR))" go install oras.land/oras/cmd/oras@$(ORAS_VERSION)

.PHONY: bootstrap-go
bootstrap-go:
Expand Down

0 comments on commit 31cdf1a

Please sign in to comment.