Skip to content

Commit

Permalink
Merge pull request #5 from Iceber/makefile
Browse files Browse the repository at this point in the history
update makefile
  • Loading branch information
Iceber authored Dec 15, 2022
2 parents 12978a9 + 580a709 commit 955c326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
STORAGE_PLUGIN ?= sample-storage-layer
STORAGE_PLUGIN ?= $(shell sed -n '1p' go.mod | awk '{print $$2}' | awk -F'/' '{print $$NF}')

REGISTRY ?= "ghcr.io/clusterpedia-io/clusterpedia"
CLUSTERPEDIA_BUILDER_IMAGE = "ghcr.io/clusterpedia-io/clusterpedia/builder"
CLUSTERPEDIA_VERSIONS = v0.6.0-beta.1
CLUSTERPEDIA_VERSIONS = v0.6.0-beta.1 v0.6.0
RELEASE_ARCHS ?= amd64 arm64

BUILDER_IMAGE ?= ""
Expand Down

0 comments on commit 955c326

Please sign in to comment.