Build ARM64 images
This commit is contained in:
parent
13d66f2ae7
commit
cee1b5b079
5 changed files with 333 additions and 310 deletions
|
@ -1,8 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
push_image_to_registry() {
|
||||
local target_tag=$1
|
||||
echo "⏫ Pushing '${target_tag}'"
|
||||
$DRY docker push "${target_tag}"
|
||||
echo "✅ Finished pushing the Docker image '${target_tag}'."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue