Skip to content
Snippets Groups Projects
Commit 53e93091 authored by Hugo Trentesaux's avatar Hugo Trentesaux Committed by Hugo Trentesaux
Browse files

uppercase

parent 6c61129c
No related branches found
No related tags found
1 merge request!309Resolve "Generate key command is missing chain argument"
Pipeline #39558 skipped
# Workaround for https://github.com/containers/buildah/issues/4742 # Workaround for https://github.com/containers/buildah/issues/4742
FROM debian:bullseye-slim as target FROM debian:bullseye-slim AS target
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Build Stage # Build Stage
...@@ -7,7 +7,7 @@ FROM debian:bullseye-slim as target ...@@ -7,7 +7,7 @@ FROM debian:bullseye-slim as target
# When building for a foreign arch, use cross-compilation # When building for a foreign arch, use cross-compilation
# https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/ # https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/
FROM --platform=$BUILDPLATFORM rust:1-bullseye as build FROM --platform=$BUILDPLATFORM rust:1-bullseye AS build
ARG BUILDPLATFORM ARG BUILDPLATFORM
ARG TARGETPLATFORM ARG TARGETPLATFORM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment