1
0
mirror of https://github.com/netbox-community/netbox-docker.git synced 2025-08-07 04:02:54 +03:00

Build ARM64 images

This commit is contained in:
Tobias Genannt
2022-06-15 08:22:11 +02:00
parent 13d66f2ae7
commit cee1b5b079
5 changed files with 333 additions and 310 deletions

View File

@@ -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}'."
}