Skip to content

Commit

Permalink
Merge pull request #397 from kenhys/fix-v1.17-tag
Browse files Browse the repository at this point in the history
Fix v1.17 arm64 tag
  • Loading branch information
kenhys authored Sep 13, 2024
2 parents af11959 + 390899e commit efd6984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARM_IMAGES := \

# Define images for running on ARM64 platforms
ARM64_IMAGES := \
v1.17/arm64/debian:v1.17.1-debian-arm64-1.0,v1.16-debian-arm64-1,edge-debian-arm64 \
v1.17/arm64/debian:v1.17.1-debian-arm64-1.0,v1.17-debian-arm64-1,edge-debian-arm64 \

WINDOWS_IMAGES := \
v1.17/windows-ltsc2019:v1.17.1-windows-ltsc2019-1.0,v1.17-windows-ltsc2019-1 \
Expand Down
2 changes: 1 addition & 1 deletion v1.17/arm64/debian/hooks/post_push
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download
chmod +x manifest-tool

# Tag and push image for each additional tag
for tag in {v1.17.1-debian-arm64-1.0,v1.16-debian-arm64-1,edge-debian-arm64}; do
for tag in {v1.17.1-debian-arm64-1.0,v1.17-debian-arm64-1,edge-debian-arm64}; do
docker tag $IMAGE_NAME ${repoName}:${tag}
docker push ${repoName}:${tag}

Expand Down

0 comments on commit efd6984

Please sign in to comment.