diff options
Diffstat (limited to 'util/docker/Makefile')
-rw-r--r-- | util/docker/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util/docker/Makefile b/util/docker/Makefile index cbe34f9291..c86d8fd36a 100644 --- a/util/docker/Makefile +++ b/util/docker/Makefile @@ -48,6 +48,11 @@ coreboot-sdk: test-docker sed "s/{{CROSSGCC_PARAM}}/$(COREBOOT_CROSSGCC_PARAM)/g" | \ $(DOCKER) build -t coreboot/coreboot-sdk:$(COREBOOT_IMAGE_TAG) - +coreboot-sdk-test: coreboot-sdk test-docker + @echo "Testing coreboot SDK $(crossgcc_version), built from commit $(DOCKER_COMMIT)" + cat coreboot-sdk-test/Dockerfile | \ + $(DOCKER) build -t coreboot/coreboot-sdk-test:$(COREBOOT_IMAGE_TAG) - + upload-coreboot-sdk: test-docker-login $(DOCKER) push coreboot/coreboot-sdk:$(COREBOOT_IMAGE_TAG) |