Skip to content

Commit

Permalink
scripts/mkoci: Add inline doc for the maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
bdd committed Dec 27, 2023
1 parent 4f27102 commit 8f62658
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/mkoci
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ set -x

##
# /!\ THIS SCRIPT IS INTENDED FOR MAINTAINER USE ONLY /!\
#
# == Prep on an amd64 machine for binfmt backed multi-arch image building
# % sudo podman run --privileged --rm tonistiigi/binfmt --install arm,arm64
#
# == Business
# % RELEASE=vX.Y.Z scripts/mkoci build
# % RELEASE=vX.Y.Z scripts/mkoci push
#
# == Cleanup
# % sudo podman run --privileged --rm tonistiigi/binfmt --uninstall arm,arm64
##

if [[ -z ${RUNTIMES-} ]]; then
Expand Down

0 comments on commit 8f62658

Please sign in to comment.