Skip to content

Commit 4b38eed

Browse files
committed
Re-enable linux/arm64 on demo image
1 parent d677fab commit 4b38eed

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,7 @@ jobs:
210210
build-args: |
211211
BASE_IMAGE=${{ fromJson(steps.onbuildtags.outputs.tags)[0] }}
212212
context: demo-image
213-
# linux/arm64 currently fails:
214-
# ERROR: Could not build wheels for argon2-cffi which use PEP 517 and cannot be installed directly
215-
# ERROR: executor failed running [/bin/sh -c python3 -m pip install notebook]: exit code: 1
216-
platforms: linux/amd64
213+
platforms: linux/amd64,linux/arm64
217214
push: true
218215
tags: ${{ join(fromJson(steps.demotags.outputs.tags)) }}
219216
cache-from: ${{ env.CACHE_FROM }}

0 commit comments

Comments
 (0)