libpod/finished_amd64.go -> libpod/finished64.go

Rename finished_amd64 to finished64.go to more accurately reflect
that it covers all 64bit arches.

Also, bumped the EPOCH for gitvalidation to speed up validations.

Signed-off-by: baude <bbaude@redhat.com>

Closes: #318
Approved by: mheon
This commit is contained in:
baude
2018-02-09 10:19:25 -06:00
committed by Atomic Bot
parent a8092a105b
commit 4ea26aace4
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
GO ?= go
EPOCH_TEST_COMMIT ?= 858116f
EPOCH_TEST_COMMIT ?= 9e3a5da6
HEAD ?= HEAD
PROJECT := github.com/projectatomic/libpod
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null)