You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/build_antithesis_images.sh
+26-6Lines changed: 26 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,9 @@ set -euo pipefail
5
5
# Builds docker images for antithesis testing.
6
6
7
7
# e.g.,
8
-
# ./scripts/build_antithesis_images.sh # Build local images
9
-
# IMAGE_PREFIX=<registry>/<repo> TAG=latest ./scripts/build_antithesis_images.sh # Specify a prefix to enable image push and use a specific tag
8
+
# TEST_SETUP=avalanchego ./scripts/build_antithesis_images.sh # Build local images for avalanchego
9
+
# TEST_SETUP=xsvm ./scripts/build_antithesis_images.sh # Build local images for xsvm
10
+
# TEST_SETUP=xsvm IMAGE_PREFIX=<registry>/<repo> TAG=latest ./scripts/build_antithesis_images.sh # Specify a prefix to enable image push and use a specific tag
0 commit comments