Skip to content

Commit 0529dcc

Browse files
committed
Fix multi-platform build
1 parent e6315ff commit 0529dcc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docker-bake.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ target "misp-modules-slim" {
141141
"MODULES_FLAVOR": "slim",
142142
"DOCKER_HUB_PROXY" : "${DOCKER_HUB_PROXY}",
143143
}
144+
platforms = "${PLATFORMS}"
144145
}
145146

146147
target "misp-core" {
@@ -167,6 +168,7 @@ target "misp-core" {
167168
"PYPI_SUPERVISOR_VERSION": "${PYPI_SUPERVISOR_VERSION}",
168169
"DOCKER_HUB_PROXY" : "${DOCKER_HUB_PROXY}",
169170
}
171+
platforms = "${PLATFORMS}"
170172
}
171173

172174
target "misp-core-slim" {
@@ -192,6 +194,7 @@ target "misp-core-slim" {
192194
"PYPI_SUPERVISOR_VERSION": "${PYPI_SUPERVISOR_VERSION}",
193195
"DOCKER_HUB_PROXY" : "${DOCKER_HUB_PROXY}",
194196
}
197+
platforms = "${PLATFORMS}"
195198
}
196199

197200
target "misp-guard" {

template.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##
44

55
CORE_TAG=v2.5.27
6-
# CORE_FLAVOR=full
6+
# CORE_FLAVOR=standard
77
MODULES_TAG=v3.0.4
88
# MODULES_FLAVOR=standard
99
GUARD_TAG=v1.2

0 commit comments

Comments
 (0)