Skip to content

Commit

Permalink
ubuntu version fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycho-Pirate committed Nov 15, 2024
1 parent 24453fc commit 20b4a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile.ldk
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# FROM ubuntu:22.04
FROM arm64v8/ubuntu:22.04
FROM ubuntu:22.04
LABEL mantainer="Prakhar Saxena prakharrsaxena@gmail.com"

WORKDIR /work
Expand Down
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash
cd lnprototest || exit

for i in range{0..1};
for i in range{0..5};
do
if make check PYTEST_ARGS='--runner=lnprototest.ldk.Runner -n8 --dist=loadfile --log-cli-level=DEBUG -vvv -s'; then
echo "iteration $i succeeded"
Expand Down

0 comments on commit 20b4a42

Please sign in to comment.