3 lines
93 B
Text
Executable file
3 lines
93 B
Text
Executable file
tag=$(./make-tag $@)
|
|
info=$(docker image inspect $tag)
|
|
echo $info | jq '.[] | .Architecture'
|