Create build.json

This commit is contained in:
Alexandre
2022-01-14 10:26:19 +01:00
committed by GitHub
parent 3cbfec4d1a
commit 0608ddf1c9

8
arpspoof/build.json Normal file
View File

@@ -0,0 +1,8 @@
{
"build_from": {
"armv7": "techblog/arpspoof-docker:latest",
"armhf": "techblog/arpspoof-docker:latest",
"aarch64": "techblog/arpspoof-docker:latest",
"amd64": "techblog/arpspoof-docker:latest"
}
}