Debian / dh-make-golang

Automatically creates Debian packaging for Go packages
BSD 3-Clause "New" or "Revised" License
375 stars 76 forks source link

Testing build for aarch64 platform on AWS graviton2 processor #152

Open odidev opened 3 years ago

odidev commented 3 years ago

For testing the Travis build on aarch64 platform, we can replace old arm64 architecture with arm64-graviton2 from "travis.yml", as this runs the build for aarch64 platform on AWS graviton2 processor. builds are faster on arm64-graviton2 as compared to old arm64. Build duration can be checked in below Travis run:

https://travis-ci.com/github/shobhitps/dh-make-golang/builds/212331029

Would you be interested in PR for the same?

zhsj commented 3 years ago

arm64-graviton2 is only available on travis-ci.com, while this repo is using travis-ci.org.

odidev commented 3 years ago

Aren't you planning to migrate this to travis-ci.com ? As per travis-ci.org portal, it is going to shut-down just in few weeks. It's previously planned shut-down date was 31st-Dec-2020, which is already passed.

zhsj commented 3 years ago

I have impression that travis-ci.com has minutes limit even for open source project. I haven't checked recently, might be wrong. And maybe it's better moving to Github Actions.

zhsj commented 3 years ago

Just checked, it says "... upon validated request placed with our Support Team you may receive free OSS credits for your public builds" https://travis-ci.com/plans

odidev commented 3 years ago

Are you interested in moving this to travis-ci.com till the time you are moving this to Github Actions?

rhenwood-arm commented 3 years ago

Hi, @zhsj (I work with @odidev ): Travis-CI have a process to grant additional credit to individual FOSS projects. I've raised dh-make-golang with them. It would be great to keep on Travis-CI as Github Actions don't host a free AArch64 runner today.

zhsj commented 3 years ago

Hi @odidev @rhenwood-arm Thanks for reaching out, however it seems I have no permssion to setup this repo on travis.com :(