We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7251c2f commit 4d68023Copy full SHA for 4d68023
build.sbt
@@ -394,6 +394,7 @@ lazy val dockerSettings = Def.settings(
394
)
395
},
396
Docker / packageName := s"fthomas/${name.value}",
397
+ Docker / dockerBuildxPlatforms := List("linux/amd64", "linux/arm64"),
398
dockerUpdateLatest := true,
399
dockerAliases ++= {
400
if (!isSnapshot.value) Seq(dockerAlias.value.withTag(Option("latest-release"))) else Nil
0 commit comments