mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-05 03:21:37 +00:00
🚀 Add GitLab CI file
This commit is contained in:
parent
9c39e12a96
commit
aac366aaaf
1 changed files with 14 additions and 0 deletions
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
include: https://raw.githubusercontent.com/hassio-addons/organization/master/gitlabci/addon.yml
|
||||||
|
|
||||||
|
variables:
|
||||||
|
ADDON_GITHUB_REPO: "hassio-addons/addon-thelounge"
|
||||||
|
ADDON_SLUG: "thelounge"
|
||||||
|
ADDON_TARGET: "thelounge"
|
||||||
|
|
||||||
|
ADDON_ARMV7: "false"
|
||||||
|
|
||||||
|
ADDON_AARCH64_BASE: "hassioaddons/base-aarch64:2.3.1"
|
||||||
|
ADDON_AMD64_BASE: "hassioaddons/base-amd64:2.3.1"
|
||||||
|
ADDON_ARMHF_BASE: "hassioaddons/base-armhf:2.3.1"
|
||||||
|
ADDON_I386_BASE: "hassioaddons/base-i386:2.3.1"
|
Loading…
Add table
Add a link
Reference in a new issue