add hooks for dockerhub

This commit is contained in:
Enno Boland 2019-03-14 23:30:10 +01:00
parent a4f673e053
commit 92bb9df1d3
2 changed files with 3 additions and 0 deletions

1
hooks/README.md Normal file
View File

@ -0,0 +1 @@
hooks for Docker

2
hooks/build Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
docker build --build-arg ARCH=$ARCH -t $IMAGE_NAME .