This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ────────────────────────────────────────────────────────────── | |
| # Home Assistant + glibc compatibility for GitHub Copilot SDK | |
| # | |
| # The Copilot SDK ships a native CLI binary linked against glibc. | |
| # The official HA image is Alpine (musl), so we install gcompat | |
| # and supplementary Alpine packages to provide the needed symbols. | |
| # ────────────────────────────────────────────────────────────── | |
| ARG HA_VERSION=stable |