@cconstab found that buildx is now working for armv7 builds, so this allows us to strip out a bunch of complexity
- What I did
Added armv7 to platform list, stripped out Raspberry Pi build and image tag manipulation required to weave it in.
Updated README
Bumped default versions
Removed manual workflow
@cconstab found that buildx is now working for armv7 builds, so this allows us to strip out a bunch of complexity
- What I did
Added armv7 to platform list, stripped out Raspberry Pi build and image tag manipulation required to weave it in. Updated README Bumped default versions Removed manual workflow
- How to verify it
I've done a manual build using:
Which can be seen at Dockerhub atsigncompany/dartshowplatform:test_armv7
- Description for the changelog
fix: use Docker buildx for armv7