We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9e87f commit 07aa9dfCopy full SHA for 07aa9df
Dockerfile.aarch64
@@ -22,7 +22,7 @@ RUN \
22
apt-get install -y \
23
xz-utils && \
24
if [ -z ${VIVALDI_VERSION+x} ]; then \
25
- VIVALDI_VERSION=$(curl -s -L https://repo.vivaldi.com/archive/deb/dists/stable/main/binary-amd64/Packages \
+ VIVALDI_VERSION=$(curl -s -L https://repo.vivaldi.com/archive/deb/dists/stable/main/binary-arm64/Packages \
26
|grep -A 7 -m 1 'Package: vivaldi-stable' | awk -F ': ' '/Version/{print $2;exit}'); \
27
fi && \
28
curl -o \
0 commit comments