Skip to content

Commit c763ea3

Browse files
committed
Fix CI again. getting sick of this shit
1 parent dae74dc commit c763ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN echo "fs.file-max = 65535" > /etc/sysctl.conf
1313
COPY rootfs /
1414

1515
# s6 overlay
16-
RUN curl -L -o /tmp/s6-overlay-amd64.tar.gz "https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-armhf.tar.gz" \
16+
RUN curl -L -o /tmp/s6-overlay-armhf.tar.gz "https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-armhf.tar.gz" \
1717
&& tar xzf /tmp/s6-overlay-armhf.tar.gz -C /
1818

1919
# App

0 commit comments

Comments
 (0)