Go to file
Wu Wenxiang 711902f3d3 Support multi-platform Docker image build
Enable multi-platform (amd64/arm64) Docker image building using
docker buildx. This allows building and pushing images for both
x86_64 and ARM64 architectures simultaneously.

Changes:
- Update Makefile to use docker buildx for multi-platform builds
- Add PLATFORMS and PUSH variables to control build behavior
- Update build documentation in README files (en/zh/ko)
- Fix deprecated ENV format in Dockerfile

By default, PLATFORMS is set to "linux/amd64,linux/arm64" and
PUSH is false. When PUSH=true, the build command will push the
multi-arch manifest directly to the registry.

Change-Id: I51a256e7cf8c70f3ab42cf72b6f423989dd902da
Signed-off-by: Wu Wenxiang <wu.wenxiang@algoblu.com>
2025-10-09 13:32:06 +08:00
2025-06-26 17:03:21 +08:00
2025-06-26 17:03:21 +08:00
2023-10-25 17:23:50 +08:00
2022-07-29 14:31:57 +08:00
2025-07-22 10:05:12 +08:00
2025-02-12 16:48:38 +08:00
2021-08-25 15:01:17 +08:00
2022-07-28 16:09:31 +08:00
2022-05-25 22:26:42 +08:00
2024-04-08 17:11:16 +08:00
2022-05-25 22:26:42 +08:00
2025-07-29 13:30:49 +08:00
Description
A modern dashboard for OpenStack - API server
Readme 12 MiB
Languages
Python 97.9%
Shell 0.8%
Makefile 0.6%
Jinja 0.4%
Dockerfile 0.2%