wasmCloud / wasmcloud-otp

wasmCloud host runtime that leverages Elixir/OTP and Rust to provide simple, secure, distributed application development using the actor model
Apache License 2.0
228 stars 48 forks source link

fix(ci): Builds docker images for both supported arches #633

Closed thomastaylor312 closed 1 year ago

thomastaylor312 commented 1 year ago

Feature or Problem The current 0.63 builds only have the arm64 architecture available for docker images

Release Information Next. However, if we can find a way to rebuild the 0.63.1 images using this, that would be nice

Testing This is being tested with a run of the pipeline before changing back the vars

thomastaylor312 commented 1 year ago

I tested this on an arm device and an x86 device. You can see that it actually starts to run now with

docker run --rm -it wasmcloud/wasmcloud_host:taylor-test
docker run --rm -it wasmcloud/host_core:taylor-test