Skip to content

Commit

Permalink
🚑 Fixed incorrect base images in GitLab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jun 10, 2018
1 parent e0c46a3 commit 6f30042
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ build:armhf:
<<: *build
variables:
ADDON_ARCH: armhf
FROM: hassioaddons/base-armhf:1.3.3
FROM: hassioaddons/ubuntu-base-armhf:2.0.0
tags:
- build
- armhf
Expand All @@ -309,7 +309,7 @@ build:aarch64:
<<: *build
variables:
ADDON_ARCH: aarch64
FROM: hassioaddons/base-aarch64:1.3.3
FROM: hassioaddons/ubuntu-base-aarch64:2.0.0
tags:
- build
- aarch64
Expand All @@ -318,7 +318,7 @@ build:i386:
<<: *build
variables:
ADDON_ARCH: i386
FROM: hassioaddons/base-i386:1.3.3
FROM: hassioaddons/ubuntu-base-i386:2.0.0
tags:
- build
- i386
Expand All @@ -327,7 +327,7 @@ build:amd64:
<<: *build
variables:
ADDON_ARCH: amd64
FROM: hassioaddons/base-amd64:1.3.3
FROM: hassioaddons/ubuntu-base-amd64:2.0.0
tags:
- build
- amd64
Expand Down

0 comments on commit 6f30042

Please sign in to comment.