Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/FoxxMD/multi-scrobbler. Scrobble plays from multiple sources to multiple clients docs.multi-scrobbler.app
deezer docker jellyfin koito lastfm listenbrainz maloja mopidy mpris music music-assistant plex scrobble self-hosted spotify subsonic tautulli youtube-music
Something went wrong. Try again.
530 B · 30 lines
12345678910111213141516171819202122232425262728293031variable "DEFAULT_TAG" { default = "multi-scrobbler:local"}
// Special target: https://github.com/docker/metadata-action#bake-definitiontarget "docker-metadata-action" { tags = ["${DEFAULT_TAG}"]}
// Default target if none specifiedgroup "default" { targets = ["image-local"]}
target "image" { inherits = ["docker-metadata-action"]}
target "image-local" { inherits = ["image"] output = ["type=docker"]}
target "image-all" { inherits = ["image"] platforms = [ "linux/amd64", "linux/arm64" ]}