Skip to content

Commit

Permalink
Update generate_docker_images.py
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Dec 6, 2024
1 parent 4cda059 commit 7bf3eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_docker_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def generate_image(image):
f.write("## GENERATED. DO NOT EDIT DIRECTLY.\n")
f.write("FROM toolchain\n\n")
f.write("ARG TARGETPLATFORM\n")
f.write("ENV GO_VERSION "+version.replace("go-","").replace(".","")+"\n\n")
f.write("ENV GO_VERSION="+version.replace("go-","").replace(".","")+"\n\n")
f.write("RUN \\\n")
f.write('if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \\\n')
f.write(" export ROOT_DIST=https://dl.google.com/go/"+image[0]["filename"]+" && \\\n")
Expand Down

0 comments on commit 7bf3eb7

Please sign in to comment.