neoneo-go/.github/workflows
Roman Khimov b8b85ce911 workflows/Makefile: build Docker image for MacOS
We build multiarch linux/amd64 and linux/arm64, because MacOS runner can't
build docker images and even if it could that'd be linux/amd64 while we want
linux/arm64 for Apple CPUs.

Unfortunately, given the way GitHub workflows work we can't avoid using a
Makefile helper, there is no easy way to set variables conditionally and/or
use some logic to affect their contents.

We reintroduce build_image_wsc as well here because Windows images can't be
built with buildx using GitHub runners.
2022-07-20 17:38:41 +03:00
..
build.yml workflows/Makefile: build Docker image for MacOS 2022-07-20 17:38:41 +03:00
codeql-analysis.yml .github: update codeql version, fix #2522 2022-05-28 22:54:50 +03:00
publish_to_dockerhub.yml Makefile: allow to build privnet image for WSC 2022-03-28 15:15:08 +03:00
run_tests.yml workflows: add MacOS CLI build and test configurations 2022-07-20 17:32:54 +03:00