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