btrfs-progs/ci/images/ci-musl-i386/docker-build

12 lines
356 B
Bash
Executable File

#!/bin/sh
# Run from the directory with Dockerfile, directory name should match the image
# name
prefix=kdave
image=$(basename `pwd` | tr '[A-Z]' '[a-z]')
# Make sure the file exists as it's required but can be empty. In that case
# it's downloaded when ./test-build is executed
touch devel.tar.gz
docker build --platform linux/386 -t "$prefix/$image" .