From 3c7479e60e28ffb4072bd0ab1d3a4ef4d90e142d Mon Sep 17 00:00:00 2001 From: Alex Demidoff Date: Wed, 4 Dec 2024 09:04:58 +0300 Subject: [PATCH] PMM-13487 Update support matrix --- build/local/README.md | 14 +++++++------- build/local/build.sh | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build/local/README.md b/build/local/README.md index ab863fac0b..a6b38de164 100644 --- a/build/local/README.md +++ b/build/local/README.md @@ -47,7 +47,7 @@ Once the build is finished, you can proceed with launching a new instance of PMM We use a special docker image to build various PMM artifacts - `perconalab/rpmbuild:3`. It comes provisioned with tools which are required to build PMM artifacts, for example RPM packages. As a build tool, it offers a number of benefits, two most obvious of which are: - it frees the user from installing dependencies on their host machine -- it leverages a very powerful docker caching system, which results in reduced build times +- it leverages a very powerful docker caching system, which results in much reduced build times During the first run, `build` will create a few directories on the host machine, which are necessary to make use of docker cache. Please be aware, that the docker container's user needs to be able to write to these directories. The docker container's user is `builder` with uid 1000 and gid 1000. You need to make sure that the directories we create on the host are owned by a user with the same uid and gid. If the build fails, this is the first thing to check. @@ -84,15 +84,15 @@ Currently, Local Builds target the following platforms and distributions: |--------------|:-------:|:---------:|:------------:|:------------:| | linux/amd64 | X | X | X | X | | linux/arm64 | X | X | X | X | -| darwin/arm64 | X | N/A | N/A | N/A | +| darwin/arm64 | X | - | - | - | ### PMM Server -| Platform | AMI | OVF | docker image | -|:----------------:|:-------:|:-------:|:------------:| -| linux/amd64 | X | X | X | -| linux/arm64 | X | X | X | -| darwin/arm64 | X | N/A | N/A | +| Platform | docker image | +|------------------|:------------:| +| linux/amd64 | X | +| linux/arm64 | X | +| darwin/arm64 | - | diff --git a/build/local/build.sh b/build/local/build.sh index 75e3695008..518a01799d 100755 --- a/build/local/build.sh +++ b/build/local/build.sh @@ -207,7 +207,7 @@ update() { git config --global --add safe.directory /app - # Join the dependencies from ci-default.yml and ci.yml + # Join the dependencies from gitmodules.yml and ci.yml rm -f gitmodules.yml python ci.py --convert