From ce9b62f501947900a8223da7247e35ed8bc966fe Mon Sep 17 00:00:00 2001 From: Grigorii Safronov Date: Sun, 8 Sep 2024 13:06:43 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20's?= =?UTF-8?q?cripts/update-images.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/update-images.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 scripts/update-images.sh diff --git a/scripts/update-images.sh b/scripts/update-images.sh deleted file mode 100755 index e4c472e3..00000000 --- a/scripts/update-images.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env bash -# -# Copyright 2022, The Cozo Project Authors. -# -# This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. -# If a copy of the MPL was not distributed with this file, -# You can obtain one at https://mozilla.org/MPL/2.0/. -# - -podman pull ghcr.io/pyo3/maturin:latest -podman pull ghcr.io/cross-rs/x86_64-unknown-linux-musl:main -podman pull ghcr.io/cross-rs/aarch64-unknown-linux-musl:main -podman pull ghcr.io/cross-rs/x86_64-linux-android:main -podman pull ghcr.io/cross-rs/i686-linux-android:main -podman pull ghcr.io/cross-rs/aarch64-linux-android:main -podman pull ghcr.io/cross-rs/armv7-linux-androideabi:main -podman pull ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main -podman pull ghcr.io/cross-rs/aarch64-unknown-linux-gnu:main \ No newline at end of file