Merge branch 'fix-ci-build-arm32v7' into 'dev'

fix: Update .gitlab-ci.yml to build Dockerfile.arm32v7 instead of...

See merge request Shinobi-Systems/Shinobi!391
video-slicer-reencoder
Moe 2022-09-14 16:39:06 +00:00
commit 4f30e04b6f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ docker-arm32v7-build:
tag=":arm32v7-$CI_COMMIT_REF_SLUG"
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
fi
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" . -f Dockerfile.nvidia
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" . -f Dockerfile.arm32v7
- docker push "$CI_REGISTRY_IMAGE${tag}"
# Run this job in a branch where a Dockerfile exists
rules: