thomasloven / lovelace-card-mod

🔹 Add CSS styles to (almost) any lovelace card
MIT License
1.12k stars 167 forks source link

Test command does not work on Raspberry PI #156

Closed matteobrusa closed 2 years ago

matteobrusa commented 2 years ago

My Home Assistant version: core-2021.10.6

What I am doing: Starting the docker demo on a Raspberry Pi

What I expected to happen: The server becomes available on port 8125

What happened instead:

$ docker-compose up Starting test_test_1 ... done Attaching to test_test_1 test_1 | standard_init_linux.go:228: exec user process caused: exec format error test_test_1 exited with code 1

Minimal steps to reproduce: git clone the repo, move to the test folder, run the above command.


By putting an X in the boxes ([]) below, I indicate that I:

thomasloven commented 2 years ago

Sounds like a problem with your docker setup. I do not recommend using a raspberry pi for developing the card-mod plugin, though...