scripts/BuildScripts/BuildCommon.mk: don't include the gitsha in the base image name

But do use the target arch, so side by side builds are still possible.
This commit is contained in:
Austin English 2021-03-23 02:56:05 -05:00
parent 27e5299f64
commit f0fa222215
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,5 +1,6 @@
build
CrawfishOS-Shiba-*
CrawfishOS-*BASE
CrawfishOS-*img*
PrawnOS-initramfs.cpio.gz
PrawnOS-Shiba-*
.*.swp

View File

@ -122,7 +122,7 @@ PRAWNOS_IMAGE := $(PRAWNOS_ROOT)/CrawfishOS-$(TARGET)-git-$(PRAWNOS_GIT_BRANCH)-
endif
PRAWNOS_IMAGE_GIT_GZ := $(PRAWNOS_IMAGE).gz
PRAWNOS_IMAGE_BASE := $(PRAWNOS_IMAGE)-BASE
PRAWNOS_IMAGE_BASE := CrawfishOS-$(TARGET)-BASE
### BUILD SCRIPTS
PRAWNOS_BUILD_SCRIPTS := $(PRAWNOS_SCRIPTS)/BuildScripts