Skip to content

Commit 43b6878

Browse files
committed
fix
1 parent 4052094 commit 43b6878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Github/Runners/ubuntu-systemd-base.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ EOS
103103
##Install Docker
104104
RUN <<EOS
105105
#Install Docker
106-
if [ "$(uname -m)" == "riscv64" ]; then
106+
if [ "$(uname -m)" = "riscv64" ]; then
107107
apt update -y -qq
108108
apt install "docker.io" -y
109109
else

0 commit comments

Comments
 (0)