File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 47
47
docker build . --file Dockerfile --tag ikarusproject/ikarus-gcc-debian13:latest --build-arg compiler="gcc-debian13" --build-arg ccompiler="gcc-14" --build-arg cppcompiler="g++-14"
48
48
docker build . --file Dockerfile --tag ikarusproject/ikarus-clang-debian13:latest --build-arg compiler="clang-debian13" --build-arg ccompiler="clang-17" --build-arg cppcompiler="clang++-17"
49
49
docker tag ikarusproject/ikarus-gcc-debian12:latest ikarusproject/ikarus:latest # set the latest tag to the gcc image
50
+ docker tag ikarusproject/ikarus-gcc-debian12:latest ikarusproject/ikarus-gcc:latest
51
+ docker tag ikarusproject/ikarus-clang-debian12:latest ikarusproject/ikarus-clang:latest
50
52
- name : Docker Login
51
53
uses : azure/docker-login@v1
52
54
with :
You can’t perform that action at this time.
0 commit comments