v0.0.1-alpha-rc.2
What's Changed
-
Dockerfile: fix typo in build vs. target platform by @jpmcb in #18
Using the
BUILDPLATFORM
for the base images didn't result in compatible cross compiled images since some of the C/C++ runtime bits (like onnxruntime). This release should generate compatible cross compiled images.
Full Changelog: v0.0.1-alpha-rc.1...v0.0.1-alpha-rc.2