Skip to content

Commit

Permalink
Add dockerBuildxPlatforms
Browse files Browse the repository at this point in the history
  • Loading branch information
barryoneill committed Sep 26, 2024
1 parent 8060406 commit cde9a5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ lazy val dockerSettings = Def.settings(
)
},
Docker / packageName := s"fthomas/${name.value}",
Docker / dockerBuildxPlatforms := List("linux/amd64", "linux/arm64"),
dockerUpdateLatest := true,
dockerAliases ++= {
if (!isSnapshot.value) Seq(dockerAlias.value.withTag(Option("latest-release"))) else Nil
Expand Down

0 comments on commit cde9a5e

Please sign in to comment.