mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-14 19:41:31 +02:00
Update builder.yaml
This commit is contained in:
2
.github/workflows/builder.yaml
vendored
2
.github/workflows/builder.yaml
vendored
@@ -54,7 +54,7 @@ jobs:
|
|||||||
imagetemplate=${{ steps.information.outputs.image }}
|
imagetemplate=${{ steps.information.outputs.image }}
|
||||||
version=${{ steps.information.outputs.version }}
|
version=${{ steps.information.outputs.version }}
|
||||||
echo "Using imagetemplate '$imagetemplate'"
|
echo "Using imagetemplate '$imagetemplate'"
|
||||||
echo "::set-output name=armhf::${imagetemplate/\{arch\}/armhf}:${version}"
|
echo "::set-output name=armhf::${imagetemplate/\{arch\}/armhf}${version}"
|
||||||
echo "::set-output name=armv7::${imagetemplate/\{arch\}/armv7}:${version}"
|
echo "::set-output name=armv7::${imagetemplate/\{arch\}/armv7}:${version}"
|
||||||
echo "::set-output name=aarch64::${imagetemplate/\{arch\}/aarch64}:${version}"
|
echo "::set-output name=aarch64::${imagetemplate/\{arch\}/aarch64}:${version}"
|
||||||
echo "::set-output name=amd64::${imagetemplate/\{arch\}/amd64}:${version}"
|
echo "::set-output name=amd64::${imagetemplate/\{arch\}/amd64}:${version}"
|
||||||
|
|||||||
Reference in New Issue
Block a user