Skip to content

Commit 07aa9df

Browse files
committed
use arm package reference for local building
1 parent cd9e87f commit 07aa9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN \
2222
apt-get install -y \
2323
xz-utils && \
2424
if [ -z ${VIVALDI_VERSION+x} ]; then \
25-
VIVALDI_VERSION=$(curl -s -L https://repo.vivaldi.com/archive/deb/dists/stable/main/binary-amd64/Packages \
25+
VIVALDI_VERSION=$(curl -s -L https://repo.vivaldi.com/archive/deb/dists/stable/main/binary-arm64/Packages \
2626
|grep -A 7 -m 1 'Package: vivaldi-stable' | awk -F ': ' '/Version/{print $2;exit}'); \
2727
fi && \
2828
curl -o \

0 commit comments

Comments
 (0)