Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f697f28 commit 2e07786Copy full SHA for 2e07786
.github/workflows/ci.yml
@@ -187,6 +187,13 @@ jobs:
187
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
188
if: matrix.IMAGE.IMAGE == 'alpine:aarch64'
189
190
+ # lol, maximum cursed
191
+ - run: |
192
+ dpkg --add-architecture arm64
193
+ apt update
194
+ apt install -y libc6:arm64
195
+ if: endswith(matrix.IMAGE.IMAGE, ':armv7l')
196
+
197
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
198
timeout-minutes: 3
199
with:
0 commit comments