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 4d68023 commit ee1dbeaCopy full SHA for ee1dbea
build.sbt
@@ -394,7 +394,6 @@ 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