1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Don't build wheels for alpine 3.13 (#9944)

This commit is contained in:
Joakim Sørensen
2021-09-03 11:56:30 +02:00
committed by GitHub
parent d5a161769c
commit 5e3487ed59

View File

@@ -73,7 +73,6 @@ jobs:
matrix: matrix:
arch: ["aarch64", "armhf", "armv7", "amd64", "i386"] arch: ["aarch64", "armhf", "armv7", "amd64", "i386"]
tag: tag:
- "3.9-alpine3.13"
- "3.9-alpine3.14" - "3.9-alpine3.14"
steps: steps:
- name: Download requirements.txt - name: Download requirements.txt