koslib / helm-eks-action

The simplest Github Action for executing Helm commands on EKS - cluster authentication included
MIT License
59 stars 61 forks source link

Arch: arm64 #63

Closed rodrigo-oliveira-silva closed 3 months ago

rodrigo-oliveira-silva commented 7 months ago

i saw that only support arch:x64, is this possible add another architecture arm64?

https://hub.docker.com/r/koslib/ga-helm-eks/tags

I tried used arm64 and doesn't work

#0 building with "default" instance using docker driver

  #1 [internal] load .dockerignore
  #1 transferring context: 2B done
  #1 DONE 0.0s

  #2 [internal] load build definition from Dockerfile
  #2 transferring dockerfile: 283B 0.0s done
  #2 DONE 0.0s

  #3 [internal] load metadata for docker.io/koslib/ga-helm-eks:2.5
  #3 ERROR: no match for platform in manifest sha256:b363b7b7ceca29694303443460ab97d3e9916f679bf971b34b1127a88ff3c5a4: not found
  ------
   > [internal] load metadata for docker.io/koslib/ga-helm-eks:2.5:
  ------
  Dockerfile:4
  --------------------
     2 |     # please open a PR for the `dockerhub/Dockerfile` in the same project.
     3 |     
     4 | >>> FROM koslib/ga-helm-eks:2.5
koslib commented 7 months ago

Hello! Would you be able to submit a PR for this potentially? Otherwise it might take me some time to get on this unfortunately :(

rodrigo-oliveira-silva commented 7 months ago

@koslib ,

follow PR 64

AsafZoki commented 3 months ago

is this PR going to be merged I'm using linux/arm64 arch and I cant find any action like this that support this arch

koslib commented 3 months ago

Just merged it and released https://github.com/koslib/helm-eks-action/releases/tag/v1.29.0