Skip to content

Commit e7bf021

Browse files
hartbitaciidgh
authored andcommitted
Reflect the change of the docker linux destination triple
1 parent afb0180 commit e7bf021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/Docker/docker-utils

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def bootstrap(args):
9090

9191
def build_run(args):
9292
"""Runs a built swift executable in the container."""
93-
docker_run([".build/x86_64-unknown-linux/debug/" + args.command] + args.arguments)
93+
docker_run([".build/x86_64-unknown-linux-gnu/debug/" + args.command] + args.arguments)
9494

9595
def main():
9696
"""Main script entry-point."""

0 commit comments

Comments
 (0)