Skip to content

Commit 017d61a

Browse files
committed
Removing linux/arm/v7 from nightly build
I have no idea why this platform is causing build error especially stub file generation. For some reason, it can't find the src/*.stub filed.
1 parent 0f4a91b commit 017d61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
file: .ci/Dockerfile.nightly
5555
push: true
56-
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/ppc64le
56+
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le
5757
tags: ${{ steps.meta.outputs.tags }}
5858
labels: ${{ steps.meta.outputs.labels }}
5959
build-args: |

0 commit comments

Comments
 (0)