From ae24cc81d625ae0d6a51ea3e45d105e3789f69e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3n=20Casas?= Date: Fri, 11 Apr 2025 09:11:07 +0200 Subject: [PATCH 1/3] Test restore linux/arm64 builds on base docker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antón Casas --- .github/workflows/generate_base_docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_base_docker.yml b/.github/workflows/generate_base_docker.yml index 3ade8a1..e6e3cc6 100644 --- a/.github/workflows/generate_base_docker.yml +++ b/.github/workflows/generate_base_docker.yml @@ -37,5 +37,5 @@ jobs: with: context: ./base/ push: true - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 tags: microros/base:${{ matrix.ros_distribution }} \ No newline at end of file From 7509d01b9a048bfa7f6bd123439c8c1bc42d5252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3n=20Casas?= Date: Fri, 11 Apr 2025 09:44:41 +0200 Subject: [PATCH 2/3] Test restore linux/arm64 on static library builder docker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antón Casas --- .github/workflows/generate_libgen_docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_libgen_docker.yml b/.github/workflows/generate_libgen_docker.yml index 75a1972..d95f5b4 100644 --- a/.github/workflows/generate_libgen_docker.yml +++ b/.github/workflows/generate_libgen_docker.yml @@ -37,5 +37,5 @@ jobs: with: context: ./micro-ROS-static-library-builder/ push: true - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 tags: microros/micro_ros_static_library_builder:${{ matrix.ros_distribution }} \ No newline at end of file From 59000cd5b5f231215589c356ac0f7d3ddad372f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3n=20Casas?= Date: Fri, 11 Apr 2025 10:25:32 +0200 Subject: [PATCH 3/3] Test restore linux/arm64 on agent docker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antón Casas --- .github/workflows/generate_agent_docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_agent_docker.yml b/.github/workflows/generate_agent_docker.yml index 51a3b9d..a709de1 100644 --- a/.github/workflows/generate_agent_docker.yml +++ b/.github/workflows/generate_agent_docker.yml @@ -37,5 +37,5 @@ jobs: with: context: ./micro-ROS-Agent/ push: true - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 tags: microros/micro-ros-agent:${{ matrix.ros_distribution }} \ No newline at end of file