Skip to content

Commit

Permalink
fix(release): remove ubuntu arm from 2.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito committed Jun 24, 2024
1 parent 44170be commit e0579bb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ pushd ubuntu

sed -i.bak 's/ARG KONG_AMD64_SHA=.*/ARG KONG_AMD64_SHA=\"'$new_sha'\"/g' Dockerfile

url=$(get_url Dockerfile arm64 "UBUNTU_CODENAME=jammy")
echo $url
curl -fL $url -o /tmp/kong
new_sha=$(sha256sum /tmp/kong | cut -b1-64)

sed -i.bak 's/ARG KONG_ARM64_SHA=.*/ARG KONG_ARM64_SHA=\"'$new_sha'\"/g' Dockerfile
sed -i.bak 's/ARG KONG_VERSION=.*/ARG KONG_VERSION='$version'/g' Dockerfile
popd

Expand Down

0 comments on commit e0579bb

Please sign in to comment.