mirror of
https://github.com/esphome/esphome.git
synced 2024-11-07 09:31:10 +01:00
9bb06782b2
* Add Gitlab CI * Fix aarch64 edge build
11 lines
246 B
JSON
11 lines
246 B
JSON
{
|
|
"squash": false,
|
|
"build_from": {
|
|
"aarch64": "homeassistant/aarch64-base:latest",
|
|
"amd64": "ubuntu:bionic",
|
|
"armhf": "homeassistant/armhf-base:latest",
|
|
"i386": "i386/ubuntu:bionic"
|
|
},
|
|
"args": {}
|
|
}
|