temp build only agnos-compiler-mapbox-gl-native

This commit is contained in:
Andrei Radulescu
2024-01-16 10:23:53 +00:00
parent 7520703117
commit 64ca5337fe
+4 -1
View File
@@ -44,7 +44,10 @@ fi
# Start docker build
echo "Building image"
export DOCKER_CLI_EXPERIMENTAL=enabled
docker build -f Dockerfile.agnos -t agnos-builder $DIR
# docker build -f Dockerfile.agnos -t agnos-builder $DIR
# docker build -f Dockerfile.agnos -t agnos-compiler-capnp --target agnos-compiler-capnp $DIR
docker build -f Dockerfile.agnos -t agnos-compiler-mapbox-gl-native --target agnos-compiler-mapbox-gl-native $DIR
exit 0
# Create filesystem ext4 image
echo "Creating empty filesystem"