From 5e55ac059bbc6a91143580603ef33171c75187a2 Mon Sep 17 00:00:00 2001 From: Zen3515 <7106408+Zen3515@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:42:42 +0700 Subject: [PATCH] Remove unsupported 32-bit platform --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 324baa5..ea08cf1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,8 +38,6 @@ jobs: build-args: | LEGO_VERSION=${{ env.LEGO_VERSION }} platforms: | - linux/386 linux/amd64 - linux/arm/v6 linux/arm/v7 - linux/arm64/v8 + linux/arm64