wasmCloud / wash

WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development
https://wasmcloud.com
Apache License 2.0
148 stars 58 forks source link

fix: docker build multi platform #908

Closed vados-cosmonic closed 10 months ago

vados-cosmonic commented 10 months ago

Feature or Problem

Despite the default configuration for setup-buildx-action being docker-container, the docker build doesn't seem to be working, and failing with an error that is related to using the docker builder:

ERROR: Multiple platforms feature is currently not supported for docker driver. Please switch to a different driver (eg. "docker buildx create --use")

This PR explicitly sets the builder, which seems to work

Note that the TODOs need to be removed before this merges -- they're just to ensure this branch runs the docker stuff (and doesn't attempt to push)

Related Issues

Release Information

Consumer Impact

Testing

Built on platform(s)

Tested on platform(s)

Unit Test(s)

Acceptance or Integration

Manual Verification

Tested against CI on branch