File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9292 with :
9393 push : ${{ env.PUSH_PACKAGES == 'true' }}
9494 builder : ${{ steps.buildx.outputs.name }}
95- context : .
95+ context : docker
9696 file : ./docker/Dockerfile.runner
9797 platforms : linux/${{ matrix.type}}
9898 build-args : |
Original file line number Diff line number Diff line change 11ARG LAMBDA_IMAGE="amazon/aws-lambda-provided:al2"
22ARG RIE_ARCH="amd64"
33
4- FROM --platform=$TARGETPLATFORM condaforge/miniforge3:latest as condasetup
4+ FROM condaforge/miniforge3:latest AS condasetup
55LABEL MAINTAINER="Howard Butler <
[email protected] >"
66
77ARG TARGETPLATFORM
@@ -32,7 +32,7 @@ RUN conda-pack -n ${CONDA_ENV_NAME} --dest-prefix=/var/task -o /tmp/env.tar && \
3232 rm /tmp/env.tar
3333
3434
35- FROM --platform=$TARGETPLATFORM ${LAMBDA_IMAGE:?} as al2
35+ FROM --platform=$TARGETPLATFORM ${LAMBDA_IMAGE:?} AS al2
3636
3737ARG RIE_ARCH
3838ARG LAMBDA_IMAGE
You can’t perform that action at this time.
0 commit comments