Skip to content

Commit b666117

Browse files
jedevccrazy-max
authored andcommitted
dockerfile: release frontend for i386 platform
Signed-off-by: Justin Chadwell <[email protected]>
1 parent b31ccd0 commit b666117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ jobs:
498498
run: |
499499
./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 }}"
500500
env:
501-
PLATFORMS: ${{ env.PLATFORMS }},linux/mips,linux/mipsle,linux/mips64,linux/mips64le
501+
PLATFORMS: ${{ env.PLATFORMS }},linux/386,linux/mips,linux/mipsle,linux/mips64,linux/mips64le
502502
CACHE_FROM: type=gha,scope=frontend-${{ needs.frontend-base.outputs.typ }}
503503
CACHE_TO: type=gha,scope=frontend-${{ needs.frontend-base.outputs.typ }}
504504
-
@@ -507,5 +507,5 @@ jobs:
507507
run: |
508508
./frontend/dockerfile/cmd/dockerfile-frontend/hack/release "${{ needs.frontend-base.outputs.typ }}" labs "$DF_REPO_SLUG_TARGET" "${{ needs.frontend-base.outputs.push }}"
509509
env:
510-
PLATFORMS: ${{ env.PLATFORMS }},linux/mips,linux/mipsle,linux/mips64,linux/mips64le
510+
PLATFORMS: ${{ env.PLATFORMS }},linux/386,linux/mips,linux/mipsle,linux/mips64,linux/mips64le
511511
CACHE_FROM: type=gha,scope=frontend-${{ needs.frontend-base.outputs.typ }}

0 commit comments

Comments
 (0)