Skip to content

Commit

Permalink
Adds build_from
Browse files Browse the repository at this point in the history
  • Loading branch information
olibos committed Apr 12, 2024
1 parent 6ca92d2 commit 49a46a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ description: "Import Pluxee transactions effortlessly into Firefly III for strea
version: "0.2.0"
slug: "ha-addon-pluxee"
init: false
build_from:
aarch64: "ghcr.io/home-assistant/aarch64-base:3.15"
amd64: "ghcr.io/home-assistant/amd64-base:3.15"
armhf: "ghcr.io/home-assistant/armhf-base:3.15"
armv7: "ghcr.io/home-assistant/armv7-base:3.15"
i386: "ghcr.io/home-assistant/i386-base:3.15"
arch:
- aarch64
- amd64
Expand Down

0 comments on commit 49a46a7

Please sign in to comment.