cloudflared icon indicating copy to clipboard operation
cloudflared copied to clipboard

add support for s390x, a processor architecture.

Open Lemonawa opened this issue 2 years ago • 6 comments

Lemonawa avatar Feb 11 '22 08:02 Lemonawa

Thanks for the request. Could you tell me a little bit more about the environment you're aiming to run cloudflared in?

abelinkinbio avatar Feb 12 '22 13:02 abelinkinbio

Thanks for the request. Could you tell me a little bit more about the environment you're aiming to run cloudflared in?

this?

CPU Model          : CPU model not detected
 CPU Cores          : 3
 Total Disk         : 50.0 GB (3.3 GB Used)
 Total Mem          : 3999 MB (1309 MB Used)
 Total Swap         : 0 MB (0 MB Used)
 System uptime      : 1 days, 0 hour 0 min
 Load average       : 0.00, 0.00, 0.00
 OS                 : Ubuntu 20.04.3 LTS
 Arch               : s390x (64 Bit)
 Kernel             : 5.4.0-99-generic
 TCP CC             : cubic
 Virtualization     : Dedicated
 Organization       : AS6124 Marist College
 Location           : Poughkeepsie / US
 Region             : New York

Lemonawa avatar Feb 13 '22 03:02 Lemonawa

I've confirmed that cloudflared compiles for s390x linux (not sure what OS you'd have there in practice):

GOOS=linux GOARCH=s390x make cloudflared

Which OS do users of s390x typically rely upon?

nmldiegues avatar Apr 06 '22 09:04 nmldiegues

I've confirmed that cloudflared compiles for s390x linux (not sure what OS you'd have there in practice):

GOOS=linux GOARCH=s390x make cloudflared

Which OS do users of s390x typically rely upon?

RedHat、Ubuntu mostly I've make a PR for you to check

ghost avatar Apr 06 '22 09:04 ghost

Which OS do users of s390x typically rely upon?

RedHat、Ubuntu mostly I've make a PR for you to check

(PR for reference https://github.com/cloudflare/cloudflared/pull/613)

I had assumed the ask was to make binaries pre-compiled available on Github releases.

That PR LGTM, approved

nmldiegues avatar Apr 06 '22 09:04 nmldiegues

I've confirmed that cloudflared compiles for s390x linux (not sure what OS you'd have there in practice):

GOOS=linux GOARCH=s390x make cloudflared

Which OS do users of s390x typically rely upon?

RedHat、Ubuntu mostly I've make a PR for you to check

Good. can it run successfully?

Lemonawa avatar Apr 06 '22 14:04 Lemonawa