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 d677fab commit 4b38eedCopy full SHA for 4b38eed
.github/workflows/build.yml
@@ -210,10 +210,7 @@ jobs:
210
build-args: |
211
BASE_IMAGE=${{ fromJson(steps.onbuildtags.outputs.tags)[0] }}
212
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
+ platforms: linux/amd64,linux/arm64
217
push: true
218
tags: ${{ join(fromJson(steps.demotags.outputs.tags)) }}
219
cache-from: ${{ env.CACHE_FROM }}
0 commit comments