appleboy / drone-scp

Copy files and artifacts via SSH using a binary, docker or Drone CI.
MIT License
142 stars 30 forks source link

standard_init_linux.go:230: exec user process caused: exec format error #146

Closed bbhxwl closed 1 year ago

bbhxwl commented 1 year ago

image

leytilera commented 1 year ago

Can confirm this

liamosycka commented 1 year ago

I'm facing the same problem

garymoon commented 1 year ago

For now you can either use appleboy/drone-scp:1.6.4 to pin the last release with an amd64 image, or use appleboy/drone-scp:linux-amd64 for the latest available amd64 image.

appleboy commented 1 year ago

I will take it.

appleboy commented 1 year ago

Hi All,

Please try the latest tag again.

garymoon commented 1 year ago

I can confirm this is fixed, thanks @appleboy!

sdvcrx commented 1 year ago

@appleboy Hi! Maybe we could support multiple platforms docker image again ?

Because appleboy/drone-scp:1.6.4 works on both arm64 and amd64, but appleboy/drone-scp:latest only supports amd64. it will be very helpful if support multiple platforms docker image.

image image