mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2025-12-15 03:04:19 +01:00
8 lines
220 B
Bash
Executable File
8 lines
220 B
Bash
Executable File
|
|
BUILD_PLATFORMS="linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64"
|
|
if [ -f $1/.build-env ] ; then
|
|
source $1/.build-env
|
|
fi
|
|
|
|
docker buildx build --platform $BUILD_PLATFORMS -o type=image -t napnap75/$1:latest $1
|