Skip to content

Commit

Permalink
setup docker
Browse files Browse the repository at this point in the history
  • Loading branch information
maxday committed Jan 31, 2024
1 parent 462abcc commit 02e4c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3-uploader/runtimes/rust_on_provided_al2023/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARCH="${ARCH/_/-}"

rm ${DIR_NAME}/code.zip 2> /dev/null

docker build ${DIR_NAME} --build-arg ARCH=${ARCH} -t maxday/rust_on_provided_al2023_${2}
docker buildx build ${DIR_NAME} --build-arg ARCH=${ARCH} -t maxday/rust_on_provided_al2023_${2}
dockerId=$(docker create maxday/rust_on_provided_al2023_${2})

ARCH=$2
Expand Down

0 comments on commit 02e4c1d

Please sign in to comment.