mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 16:17:20 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
7faa061b29
commit
ab60235811
@ -34,6 +34,15 @@ jobs:
|
|||||||
aarch64:
|
aarch64:
|
||||||
buildArch: 'aarch64'
|
buildArch: 'aarch64'
|
||||||
steps:
|
steps:
|
||||||
|
- script: |
|
||||||
|
sudo apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
qemu-user-static \
|
||||||
|
binfmt-support
|
||||||
|
|
||||||
|
sudo mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
|
||||||
|
sudo update-binfmts --enable qemu-arm
|
||||||
|
sudo update-binfmts --enable qemu-aarch64
|
||||||
|
displayName: 'Initial cross build'
|
||||||
- script: |
|
- script: |
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
echo -e "-----BEGIN RSA PRIVATE KEY-----\n$(sshKey)\n-----END RSA PRIVATE KEY-----" >> ~/.ssh/id_rsa
|
echo -e "-----BEGIN RSA PRIVATE KEY-----\n$(sshKey)\n-----END RSA PRIVATE KEY-----" >> ~/.ssh/id_rsa
|
||||||
|
Loading…
x
Reference in New Issue
Block a user