From b13aefa19631c6d8063f07c4a262d95975ed92ba Mon Sep 17 00:00:00 2001 From: Manuel Liebert Date: Sun, 2 Feb 2025 12:03:08 +0000 Subject: [PATCH] asdf --- software/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/build.sh b/software/build.sh index d73790b..36b4069 100755 --- a/software/build.sh +++ b/software/build.sh @@ -8,8 +8,8 @@ docker buildx ls | grep -q $name && docker buildx use $name docker buildx ls | grep -q $name || docker buildx create --use --config config.toml --name $name docker buildx inspect --bootstrap -docker buildx build --platform linux/arm64 -t 172.17.0.1:5000/cybics-hwio-raspberry:latest --push ./hwio-raspberry docker buildx build --platform linux/arm64 -t 172.17.0.1:5000/cybics-openplc:latest --push ./OpenPLC +docker buildx build --platform linux/arm64 -t 172.17.0.1:5000/cybics-hwio-raspberry:latest --push ./hwio-raspberry docker buildx build --platform linux/arm64 -t 172.17.0.1:5000/cybics-opcua:latest --push ./opcua docker buildx build --platform linux/arm64 -t 172.17.0.1:5000/cybics-fuxa:latest --push ./FUXA docker buildx build --platform linux/arm64 -t 172.17.0.1:5000/cybics-stm32:latest --push ./stm32