We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5d097 commit 7047499Copy full SHA for 7047499
.castor/src/infra.php
@@ -44,7 +44,7 @@ function build(): void
44
{
45
with(static function () {
46
$command = sprintf(
47
- 'docker build --build-arg BUILD_TIME="%s" -t %s .',
+ 'docker build --platform=linux/amd64 --build-arg BUILD_TIME="%s" -t %s .',
48
(new DateTime(timezone: new DateTimeZone('Europe/Paris')))->format('Y-m-d\TH:i:s'),
49
variable('image'),
50
);
VERSION
@@ -1 +1 @@
1
-1.1.0
+2.0.0
0 commit comments