mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-09-13 08:36:13 -06:00
Adding hooks to multiarch building. Updating to version 3.0.37
This commit is contained in:
2
hooks/build
Normal file
2
hooks/build
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t $IMAGE_NAME .
|
Reference in New Issue
Block a user