Skip to content

Commit

Permalink
🚑 Fix GitLab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Mar 22, 2020
1 parent 92c64d6 commit 72592ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ variables:
ADDON_TARGET: "foldingathome"
ADDON_LEGACY_TAGS: "true"

ADDON_AARCH64: "false"
ADDON_ARMHF: "false"
ADDON_ARMV7: "false"
ADDON_I386: "false"

ADDON_AARCH64_BASE: "hassioaddons/ubuntu-base-aarch64:5.0.1"
ADDON_AMD64_BASE: "hassioaddons/ubuntu-base-amd64:5.0.1"
ADDON_ARMV7_BASE: "hassioaddons/ubuntu-base-armv7:5.0.1"
ADDON_AMD64_BASE: "hassioaddons/debian-base-amd64:3.0.1"

0 comments on commit 72592ef

Please sign in to comment.