First commit. Everything working as intended.
This commit is contained in:
8
build_command.sh
Executable file
8
build_command.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
echo Image TAG: $TAG
|
||||
|
||||
docker buildx build . \
|
||||
-f Dockerfile \
|
||||
--build-arg UBUNTU_VER \
|
||||
-t registry.ahkhan.me/docker/ubuntu$TAG \
|
||||
--platform linux/amd64,linux/arm64,linux/arm/v7 \
|
||||
--push
|
||||
Reference in New Issue
Block a user