wsproxy
wsproxy copied to clipboard
Feature: Update github actions to latest version & support arm64 as dockerbuild target
Why
Since this is an image majorly used for development purposes, providing an arm64 docker target will be beneficial for users on macos m1, since it doesn't require the use of emulation through rosetta
Changes
- Updated all github actions to their respective latest supported version
- Add platforms setting to
docker/build-push-action
to build bothlinux/amd64
&linux/arm64
images