Fix Cosign Image build (#95328)

This commit is contained in:
Pascal Vizeli
2023-06-27 09:29:45 +02:00
committed by GitHub
parent c2f7e5840b
commit c3d02d68b7
21 changed files with 104 additions and 40 deletions

View File

@@ -1,5 +1,8 @@
ARG BUILD_VERSION
FROM homeassistant/amd64-homeassistant:$BUILD_VERSION
ARG \
BUILD_FROM \
BUILD_VERSION
FROM $BUILD_FROM:$BUILD_VERSION
# NOTE: intel-nuc will be replaced by generic-x86-64. Make sure to apply
# changes in generic-x86-64 as well.