Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@matthewfeickert matthewfeickert released this 24 Feb 00:24
· 7 commits to main since this release

In v0.4.0, if using the docker backend the platform used at docker run can be configured through the DOCKER_DEFAULT_PLATFORM environmental variable. This is required to be able to run on other platforms than the native host's with emulation.

Example:

$ export DOCKER_DEFAULT_PLATFORM=linux/amd64
$ recast run --backend docker <workflow name>

What's Changed

Full Changelog: v0.3.0...v0.4.0