Update generate.sh

This commit is contained in:
uazo 2023-01-31 12:30:40 +05:00 committed by GitHub
parent 4ca3d33584
commit 5c005551b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if [[ -z "${INDEX_VERSION}" ]]; then
fi
cp /storage/images/android/x64/$INDEX_VERSION/bromite.idx .
cp /storage/images/android/x64/$INDEX_VERSION/RELEASE
cp /storage/images/android/x64/$INDEX_VERSION/RELEASE .
DOCKER_BUILDKIT=1 docker build -t uazo/bromite-remote-index:$INDEX_VERSION \
--progress plain \