Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 7019efc

Browse files
authored
Release 32-bit ARM on Linux (#88)
1 parent bec175e commit 7019efc

File tree

2 files changed

+51
-59
lines changed

2 files changed

+51
-59
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,8 @@ jobs:
246246
strategy:
247247
matrix:
248248
include:
249-
# https://github.com/dart-lang/sdk/pull/48665
250-
# - arch: arm
251-
# platform: linux/arm/v7
249+
- arch: arm
250+
platform: linux/arm/v7
252251
- arch: arm64
253252
platform: linux/arm64
254253
needs: [deploy_github_linux]

0 commit comments

Comments
 (0)