-
Notifications
You must be signed in to change notification settings - Fork 53
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
sense-hat-adapter: Add version 0.0.3 #822
sense-hat-adapter: Add version 0.0.3 #822
Conversation
addons/sense-hat-adapter.json
Outdated
"name": "python", | ||
"versions": [ | ||
"3.7", | ||
"3.8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing this will only work with Python 3.7, not 3.8.
addons/sense-hat-adapter.json
Outdated
"primary_type": "adapter", | ||
"packages": [ | ||
{ | ||
"architecture": "any", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
linux-arm, not any
The toolchains are actually ready now, if you want to give addon-builder a shot. |
Binary was build on rpi and uploaded to project releases. Next version might use addon-builder. Forwarded: WebThingsIO#822 Relate-to: rzr/sense-hat-webthing#3 Change-Id: I3e022f80c9417df1d27dba78336b47012558d6ce Signed-off-by: Philippe Coval <rzr@users.sf.net>
aad8972
to
c3fdb1b
Compare
Feel free to merge and/or compare with the generated one: I'll release 0.0.4 soon |
I'll keep your package for now. We'll run the builder for 0.0.4. You don't need to open any more PRs for addon-builder. The normal PR CI builds are not what generate the release packages. |
Binary was build on rpi and uploaded to project releases.
Next version might use addon-builder.
Relate-to: rzr/sense-hat-webthing#3
Change-Id: I3e022f80c9417df1d27dba78336b47012558d6ce
Signed-off-by: Philippe Coval rzr@users.sf.net