Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit 09714d0

Browse files
committed
Fix aarch64 build
1 parent 336048d commit 09714d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.bionic-aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ COPY build-desktop-file-utils.sh /
1616
RUN bash -x /build-desktop-file-utils.sh
1717

1818
ARG AUTOMAKE_VERSION=1.16.5
19-
COPY BUILD-AUTOMAKE.SH /
20-
RUN BASH -X /BUILD-AUTOMAKE.SH
19+
COPY build-automake.sh /
20+
RUN bash -x build-automake.sh
2121

2222
ARG LIBGPG_ERROR_VERSION=1.45
2323
COPY build-libgpg-error.sh /

0 commit comments

Comments
 (0)