File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7979 test-strategy : job_hostname
8080 cluster : ' minikube'
8181 helm-version : ' v3.15.4'
82- docker-version : ' 27.5.1 '
82+ docker-version : ' 26.1.4 '
8383 python-version : ' 3.12'
8484 test-upgrade : true
8585 service-mesh : false
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ARG FIREFOX_VERSION=latest
2121ARG FIREFOX_DOWNLOAD_URL=""
2222ARG FIREFOX_LANG_VERSION=${FIREFOX_VERSION}
2323RUN apt-get update -qqy && \
24- if [ "$(dpkg --print-architecture)" = "amd64" ]; then \
24+ if [ "$(dpkg --print-architecture)" = "amd64" ] || [ $FIREFOX_VERSION = "latest" ] ; then \
2525 if [ $FIREFOX_VERSION = "latest" ] || [ $FIREFOX_VERSION = "beta-latest" ] || [ $FIREFOX_VERSION = "nightly-latest" ] || [ $FIREFOX_VERSION = "devedition-latest" ] || [ $FIREFOX_VERSION = "esr-latest" ]; then \
2626 /opt/bin/install-firefox-apt.sh \
2727 && FIREFOX_VERSION=$(echo "-$FIREFOX_VERSION" | sed 's/-latest//' ) \
You can’t perform that action at this time.
0 commit comments