File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ The folder `wazuh-agent` contains a README explaining how to run a container wit
2828
2929 ├── build-docker-images
3030 │ ├── build-images.sh
31- │ ├── build-images.yml
31+ │ ├── docker-bake.hcl
3232 │ ├── README.md
3333 │ ├── wazuh-agent
3434 │ │ ├── config
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ The Procedure_push_docker_images.yml workflow builds and pushes multi-architectu
38382 . ** Multi-architecture Build** :
3939 - Uses Docker Buildx with QEMU for cross-platform builds
4040 - Builds for ` linux/amd64 ` and ` linux/arm64 `
41- - Leverages ` build-images.yml ` for build configuration
41+ - Leverages ` docker-bake.hcl ` for parallel multi-arch build configuration
4242
43433 . ** Image Publishing** :
4444 - Tags images appropriately based on mode
You can’t perform that action at this time.
0 commit comments