Starting beta6 - fixing eudev and docker imgs

This commit is contained in:
Fabio Belavenuto
2022-11-30 13:39:07 -03:00
parent f7c0b4fcd5
commit aa0976ca4f
17 changed files with 8 additions and 35 deletions

View File

@@ -3,7 +3,7 @@ ARG PLATFORMS="@@@PLATFORMS@@@"
ARG TOOLKIT_VER="@@@TOOLKIT_VER@@@"
# Copy downloaded toolkits
ADD cache/$TOOLKIT_VER /cache
ADD cache /cache
# Extract toolkits
RUN for V in ${PLATFORMS}; do \
echo "${V}" | while IFS=':' read PLATFORM KVER; do \