Skip to content

Commit

Permalink
Update _test_support_build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap authored Sep 22, 2023
1 parent 43d25d1 commit faa4262
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tests/_test_support_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
#
# Note that this is implemented in bash to make it portable between
# CI frameworks. This approach uses the minimum of GitHub Actions.
# Also works locally for testing outside of CI (with podman-docker installed)
# Also works locally for testing outside of CI (with podman or docker installed)
#
# INPUTS:
# PUSH: if true, push the container image to the registry
# TAG: the tag to use for the container image
# REGISTRY: the container registry to push to
# REPOSITORY: the container repository to push to
# CACHE: the directory to use for caching
# CACHE: Where to put buildx cache for build cache between CI runs
# ARCH: Target architecture linux or rtems currently
# PLATFORM: the platform to build for (linux/amd64 or linux/arm64)

set -xe
Expand Down

0 comments on commit faa4262

Please sign in to comment.