-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing build for aarch64 platform on AWS graviton2 processor #152
Comments
arm64-graviton2 is only available on travis-ci.com, while this repo is using travis-ci.org. |
Aren't you planning to migrate this to |
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. |
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 |
Are you interested in moving this to |
Hi @odidev @rhenwood-arm Thanks for reaching out, however it seems I have no permssion to setup this repo on travis.com :( |
For testing the Travis build on aarch64 platform, we can replace old
arm64
architecture witharm64-graviton2
from "travis.yml", as this runs the build for aarch64 platform on AWS graviton2 processor. builds are faster onarm64-graviton2
as compared to oldarm64
. 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?
The text was updated successfully, but these errors were encountered: