what a difference a trailing slash makes
Some checks failed
Generic zig build / build (push) Has been cancelled
Some checks failed
Generic zig build / build (push) Has been cancelled
This commit is contained in:
parent
5bbc7e5e57
commit
958ce3af46
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ fn dockerInstallDockerfile(b: *std.Build, docker_step: *std.Build.Step, exe_name
|
|||
\\ARG TARGETPLATFORM
|
||||
\\ENV PATH=/bin
|
||||
\\COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
||||
\\COPY bin/$TARGETPLATFORM/{s} /bin
|
||||
\\COPY bin/$TARGETPLATFORM/{s} /bin/
|
||||
\\ENTRYPOINT ["/bin/{s}"]
|
||||
;
|
||||
const dockerfile_data = try std.fmt.allocPrint(
|
||||
|
|
Loading…
Add table
Reference in a new issue