Skip to content

Commit

Permalink
try --platform=linux for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov committed Jan 13, 2024
1 parent a8269d6 commit aa18398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yahttp.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ task unittests, "Run unit tests":
exec "testament pattern \"tests/unit/*.nim\""

task inttests, "Run integation tests":
exec "docker run -d --name yahttp-httpbin -p 8080:8080 mccutchen/go-httpbin"
exec "docker run --platform=linux -d --name yahttp-httpbin -p 8080:8080 mccutchen/go-httpbin"
exec "testament pattern \"tests/int/*.nim\""
exec "docker stop yahttp-httpbin"
exec "docker remove yahttp-httpbin"

0 comments on commit aa18398

Please sign in to comment.