Skip to content

Commit 4d68023

Browse files
barryoneillmzuehlke
authored andcommitted
Add dockerBuildxPlatforms
1 parent 7251c2f commit 4d68023

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ lazy val dockerSettings = Def.settings(
394394
)
395395
},
396396
Docker / packageName := s"fthomas/${name.value}",
397+
Docker / dockerBuildxPlatforms := List("linux/amd64", "linux/arm64"),
397398
dockerUpdateLatest := true,
398399
dockerAliases ++= {
399400
if (!isSnapshot.value) Seq(dockerAlias.value.withTag(Option("latest-release"))) else Nil

0 commit comments

Comments
 (0)