mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
Update to proper go-compile hash
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
2b95bf9e2f
commit
f6d04977df
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
VERSION="v0.8+"
|
||||
GIT_COMMIT=$(shell git rev-list -1 HEAD)
|
||||
|
||||
GO_COMPILE=linuxkit/go-compile:9f76f29606aec51f2f568984c4c6fe55da2dde10
|
||||
GO_COMPILE=linuxkit/go-compile:7b1f5a37d2a93cd4a9aa2a87db264d8145944006
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
LINUXKIT?=bin/linuxkit.exe
|
||||
|
@ -30,6 +30,6 @@ docker run -it --rm \
|
||||
-v $(pwd):/go/src/github.com/linuxkit/linuxkit \
|
||||
-w /go/src/github.com/linuxkit/linuxkit/src/cmd/linuxkit \
|
||||
--entrypoint=go
|
||||
linuxkit/go-compile:9f76f29606aec51f2f568984c4c6fe55da2dde10
|
||||
linuxkit/go-compile:7b1f5a37d2a93cd4a9aa2a87db264d8145944006
|
||||
mod vendor
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user