add support for Debian 12
templates now support Debian 10 and Debian 12
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
cp -r /ioc/NeedfulThings/ecmc_python_venv/.venv /tmp/
|
||||
if [ "$EPICS_HOST_ARCH" = "deb10-x86_64" ]; then
|
||||
cp -r /ioc/NeedfulThings/ecmc_python_venv/.venv /tmp/
|
||||
fi
|
||||
|
||||
if [ "$EPICS_HOST_ARCH" = "deb12-x86_64" ]; then
|
||||
cp -r /ioc/NeedfulThings/ecmc_python_venv/.venv_deb12 /tmp/.venv
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user