kbandla / dpkt

fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Other
1.08k stars 270 forks source link

Add testing/github-action for ppc64le #519

Open brifordwylie opened 3 years ago

brifordwylie commented 3 years ago

We'd like to have the CI/CD test also cover BIG endian platforms, so we should figure out how to do that with GithubActions.

shrug.. maybe this? https://github.com/uraimo/run-on-arch-action

Related to:

obormot commented 2 years ago

We'd like to have the CI/CD test also cover BIG endian platforms

Just for accuracy ppc64le is little endian (what "le" stands for), some big endian platforms are ppc64, s390x