3 lines
63 B
Plaintext
3 lines
63 B
Plaintext
|
#!/bin/sh
|
||
|
docker build --build-arg ARCH=$ARCH -t $IMAGE_NAME .
|