diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-12 14:08:34 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-12 14:08:34 -0400 |
commit | 19ff6e513cc71516f587ca76d5bcde3cfed3e9c6 (patch) | |
tree | 2dfeb69ed87eba8aa4f1eac13372004ab496c6f0 /asterisk/build | |
parent | update minecraft image (diff) | |
download | images-19ff6e513cc71516f587ca76d5bcde3cfed3e9c6.tar.gz images-19ff6e513cc71516f587ca76d5bcde3cfed3e9c6.tar.bz2 images-19ff6e513cc71516f587ca76d5bcde3cfed3e9c6.zip |
update build scripts
Diffstat (limited to 'asterisk/build')
-rwxr-xr-x | asterisk/build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/asterisk/build b/asterisk/build new file mode 100755 index 0000000..d29e198 --- /dev/null +++ b/asterisk/build @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +. ../env + +IMAGE=asterisk + +init +buildx |