File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -454,8 +454,8 @@ FROM binary-dummy AS containerutil-linux
454
454
FROM containerutil-build AS containerutil-windows-amd64
455
455
FROM containerutil-windows-${TARGETARCH} AS containerutil-windows
456
456
FROM containerutil-${TARGETOS} AS containerutil
457
- FROM docker/buildx-bin:${BUILDX_VERSION} as buildx
458
- FROM docker/compose-bin:${COMPOSE_VERSION} as compose
457
+ FROM docker/buildx-bin:${BUILDX_VERSION} AS buildx
458
+ FROM docker/compose-bin:${COMPOSE_VERSION} AS compose
459
459
460
460
FROM base AS dev-systemd-false
461
461
COPY --link --from=frozen-images /build/ /docker-frozen-images
@@ -650,7 +650,7 @@ COPY --link --from=build /build /
650
650
# smoke tests
651
651
# usage:
652
652
# > docker buildx bake binary-smoketest
653
- FROM --platform=$TARGETPLATFORM base AS smoketest
653
+ FROM base AS smoketest
654
654
WORKDIR /usr/local/bin
655
655
COPY --from=build /build .
656
656
RUN <<EOT
You can’t perform that action at this time.
0 commit comments