Skip to content

Commit

Permalink
Merge pull request #277 from Altinity/23.3_fix_DockerServerImages
Browse files Browse the repository at this point in the history
23.3 Fix of DockerServerImages
  • Loading branch information
Enmk authored Jun 21, 2023
2 parents 91115cc + 75d27bb commit 2428d8f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/ci/docker_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
)

TEMP_PATH = p.join(RUNNER_TEMP, "docker_images_check")
BUCKETS = {"amd64": "package_release", "arm64": "package_aarch64"}
BUCKETS = {
"amd64": "package_release",
# NOTE(vnemkov): arm64 is temporary not supported
# "arm64": "package_aarch64"
}
git = Git(ignore_no_tags=True)


Expand Down

0 comments on commit 2428d8f

Please sign in to comment.