Skip to content

Commit

Permalink
fixup: Add doc header to test script
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed Apr 10, 2024
1 parent b6ce848 commit 043aee4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/tests.build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

set -euo pipefail

# This test script is intended to execute successfully on a ubuntu 22.04 host with either the
# amd64 or arm64 arches. Recent docker (with buildx support) and qemu are required. See the
# build_image.sh script for further details.

# TODO(marun) Perform more extensive validation (e.g. e2e testing) against one or more images

# Directory above this script
Expand Down

0 comments on commit 043aee4

Please sign in to comment.