6 lines
No EOL
344 B
Makefile
6 lines
No EOL
344 B
Makefile
image OS:
|
|
if echo "{{OS}}" | grep -qi "redhat"; then \
|
|
docker buildx build --build-arg RED_HAT_DEV_PW='ujF@4A^yn$6utRhb&UooGH#w' -f docker/Dockerfile-{{OS}} -t pats22/arm-binaries-r-{{OS}}:latest --push .; \
|
|
else \
|
|
docker buildx build -f docker/Dockerfile-{{OS}} -t pats22/arm-binaries-r-{{OS}}:latest --push .; \
|
|
fi
|