From 6544c95e2ff786ff25800748cdef548e79e52153 Mon Sep 17 00:00:00 2001 From: Justin Chadwell Date: Thu, 19 Jan 2023 10:52:30 +0000 Subject: [PATCH] dockerfile: release frontend for i386 platform Signed-off-by: Justin Chadwell --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8d97ec4ef7f..9ec900822d5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -498,7 +498,7 @@ jobs: run: | ./frontend/dockerfile/cmd/dockerfile-frontend/hack/release "${{ needs.frontend-base.outputs.typ }}" "${{ needs.frontend-base.outputs.tag }}" "$DF_REPO_SLUG_TARGET" "${{ needs.frontend-base.outputs.push }}" env: - PLATFORMS: ${{ env.PLATFORMS }},linux/mips,linux/mipsle,linux/mips64,linux/mips64le + PLATFORMS: ${{ env.PLATFORMS }},linux/386,linux/mips,linux/mipsle,linux/mips64,linux/mips64le CACHE_FROM: type=gha,scope=frontend-${{ needs.frontend-base.outputs.typ }} CACHE_TO: type=gha,scope=frontend-${{ needs.frontend-base.outputs.typ }} - @@ -507,5 +507,5 @@ jobs: run: | ./frontend/dockerfile/cmd/dockerfile-frontend/hack/release "${{ needs.frontend-base.outputs.typ }}" labs "$DF_REPO_SLUG_TARGET" "${{ needs.frontend-base.outputs.push }}" env: - PLATFORMS: ${{ env.PLATFORMS }},linux/mips,linux/mipsle,linux/mips64,linux/mips64le + PLATFORMS: ${{ env.PLATFORMS }},linux/386,linux/mips,linux/mipsle,linux/mips64,linux/mips64le CACHE_FROM: type=gha,scope=frontend-${{ needs.frontend-base.outputs.typ }}