Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 1f56773

Browse files
authored
* Make sure that we build and use amd64 images. Even if we are building on other machines locally (m1,darwin). (#1193)
1 parent 1ee9b84 commit 1f56773

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

inventory.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ images:
117117
- agent_image
118118
- agent_image_dev
119119

120+
platform: linux/amd64
120121
stages:
121122
- name: agent-ubi-context
122123
task_type: docker_build
@@ -214,6 +215,7 @@ images:
214215
- readiness_probe_image
215216
- readiness_probe_image_dev
216217

218+
platform: linux/amd64
217219
stages:
218220
- name: readiness-init-context-build
219221
task_type: docker_build
@@ -290,6 +292,7 @@ images:
290292
- version_post_start_hook_image
291293
- version_post_start_hook_image_dev
292294

295+
platform: linux/amd64
293296
stages:
294297
- name: version-post-start-hook-init-context-build
295298
task_type: docker_build

0 commit comments

Comments
 (0)