knight42 / krelay

A better alternative to `kubectl port-forward` that can forward TCP or UDP traffic to IP/Host which is accessible inside the cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make docker image multi-arch with support both for amd64 and arm64

grzn opened this issue · comments

Hi I have pushed the image with the new arch support, please feel free to give it a try!

$ docker manifest inspect ghcr.io/knight42/krelay-server:v0.0.1
{
   "schemaVersion": 2,
   "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
   "manifests": [
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 738,
         "digest": "sha256:37843ed903969d277d694e20731e95d5ade5a79fd985a88082ce9194cd11e6fe",
         "platform": {
            "architecture": "amd64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 738,
         "digest": "sha256:1fdb615140057c79bdf02a3f99481eeee0729b6f08a02e8f1a88bc4b25d264ed",
         "platform": {
            "architecture": "arm",
            "os": "linux",
            "variant": "v7"                                                                                                                                           }
      },                                                                                                                                                           {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 738,
         "digest": "sha256:aa191caf790ac99b812eed8fbea969d69f68fec8f46feeb0c75591cf07761a10",
         "platform": {
            "architecture": "arm64",
            "os": "linux"
         }
      }
   ]
}