Skip to content

Commit 7047499

Browse files
committed
version 2
1 parent 1f5d097 commit 7047499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.castor/src/infra.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function build(): void
4444
{
4545
with(static function () {
4646
$command = sprintf(
47-
'docker build --build-arg BUILD_TIME="%s" -t %s .',
47+
'docker build --platform=linux/amd64 --build-arg BUILD_TIME="%s" -t %s .',
4848
(new DateTime(timezone: new DateTimeZone('Europe/Paris')))->format('Y-m-d\TH:i:s'),
4949
variable('image'),
5050
);

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
2.0.0

0 commit comments

Comments
 (0)