Skip to content

Commit

Permalink
doi: disable test on non-amd64
Browse files Browse the repository at this point in the history
The pushing of images needs to be resolved.

The emulation time for running tests is
impedding my patience.
  • Loading branch information
grooverdan committed Oct 27, 2024
1 parent e65c8e0 commit 4aacf27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/docker-library-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ if [ "${builderarch}" != amd64 ]; then
export DOCKER_LIBRARY_START_TIMEOUT=350
else
export DOCKER_LIBRARY_START_TIMEOUT=150
echo "temporarly disable non-amd64 testing"
exit
fi

# clean images if test does not succeed
Expand Down

0 comments on commit 4aacf27

Please sign in to comment.