From 10434cc91bfeab5c0831a0317b201e8f56998da2 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani <45800463+rchincha@users.noreply.github.com> Date: Thu, 15 Sep 2022 15:24:18 -0700 Subject: [PATCH] fix workflow (#23) Signed-off-by: Ramkumar Chinchani --- .github/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ea17850..e0bb729 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -202,7 +202,9 @@ jobs: echo "{\"\$manifest\": { \"org.opencontainers.image.title\":\"${{ github.repository_owner }}/c3/${{ env.IMAGE }}\", \"org.opencontainers.image.description\":\"$DESC\", - \"org.opencontainers.image.licenses\":\"$LICENSE\" + \"org.opencontainers.image.licenses\":\"$LICENSE\", + \"org.opencontainers.image.os\":\"${{ matrix.os }}\", + \"org.opencontainers.image.architecture\":\"${{ matrix.arch }}\" } }" > annotations.json cat annotations.json