Skip to content

Commit

Permalink
doi: test - fix
Browse files Browse the repository at this point in the history
fix previous test commit by testing on amd64 only
rather than the inverse.
  • Loading branch information
grooverdan committed Oct 27, 2024
1 parent 8085d16 commit 2587cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docker-library-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ fi

if [ "${builderarch}" != amd64 ]; then
export DOCKER_LIBRARY_START_TIMEOUT=350
else
export DOCKER_LIBRARY_START_TIMEOUT=150
echo "temporarly disable non-amd64 testing"
exit
else
export DOCKER_LIBRARY_START_TIMEOUT=150
fi

# clean images if test does not succeed
Expand Down

0 comments on commit 2587cf1

Please sign in to comment.