This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
kubeedge
/
sedna
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
12
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Makefile: fix IMAGE_REPO/IMAGE_TAG's default value
Signed-off-by: llhuii <liulinghui@huawei.com>
tags/v0.1.0
llhuii
4 years ago
parent
23a4da0c63
commit
d832d48c66
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Makefile
+ 2
- 2
Makefile
View File
@@ -17,8 +17,8 @@ GOPATH ?= $(shell go env GOPATH)
OUT_DIR ?= _output
OUT_BINPATH := $(OUT_DIR)/bin
IMAGE_REPO ?=
ghcr.io/
kubeedge
/sedna
IMAGE_TAG ?= v
1alpha1
IMAGE_REPO ?= kubeedge
IMAGE_TAG ?= v
0.1.0
GO_LDFLAGS ?=''
# set allowDangerousTypes for allowing float
Write
Preview
Loading…
Cancel
Save