Task: Add OpenJDK 11 with GitHub Workflows Build and Publish DockerHub

This commit is contained in:
2021-07-14 21:24:52 +07:00
commit 1b3c8bf026
13 changed files with 251 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
build:
@echo 'Starting docker build'
./11/build.sh
.PHONY:build