Skip to content

Commit 2cee40e

Browse files
Use the correct base url for latest yml
Co-authored-by: Fabian Fett <[email protected]>
1 parent 5c9eae7 commit 2cee40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nightly-main/amazonlinux/2/buildx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ FROM base-$TARGETARCH AS final
4646
ARG OS_VER=$SWIFT_PLATFORM$OS_MAJOR_VER$OS_ARCH_SUFFIX
4747
ARG PLATFORM_WEBROOT="$SWIFT_WEBROOT/$SWIFT_PLATFORM$OS_MAJOR_VER$OS_ARCH_SUFFIX"
4848

49-
RUN echo "${SWIFT_WEBROOT}/latest-build.yml"
49+
RUN echo "${PLATFORM_WEBROOT}/latest-build.yml"
5050

5151
RUN set -e; \
5252
# - Latest Toolchain info

0 commit comments

Comments
 (0)