Skip to content

Commit

Permalink
v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shucheng committed Aug 11, 2023
1 parent 4db0597 commit 0a66589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TEST_IMAGE_LIST ?=
# Used to populate variables in version package.
VERSION ?= $(shell git describe --match 'v[0-9]*' --dirty='.m' --always)
# REVISION=$(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi)
REVISION=$(git rev-parse --short HEAD 2> /dev/null || true)
REVISION=$(shell git rev-parse --short HEAD)
PACKAGE=github.com/containerd/containerd
SHIM_CGO_ENABLED ?= 0

Expand Down

0 comments on commit 0a66589

Please sign in to comment.