File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -313,41 +313,6 @@ docker run --rm \
313313 lambda-zipper:custom numpy
314314```
315315
316- ## Migration Guide
317-
318- ### Migrating from Previous Versions
319-
320- ** Old behavior** (required explicit flags):
321- ``` bash
322- ./build-multiarch.sh --requirements requirements.txt --python 3.13
323- ```
324-
325- ** New behavior** (smart defaults):
326- ``` bash
327- ./build-multiarch.sh # Uses requirements.txt and Python 3.14 by default
328- ```
329-
330- ** Key Changes:**
331- - Default Python version changed from 3.13 → 3.14
332- - ` -r ` or ` --requirements ` flag now optional (defaults to ` requirements.txt ` )
333- - Single combined archive is now the default (use ` --individual ` for old behavior)
334- - Both architectures built by default (use ` --skip-arm64 ` or ` --skip-x86 ` to build only one)
335-
336- ### Updating Existing Scripts
337-
338- If you have scripts using the old syntax, they will continue to work. However, you can simplify them:
339-
340- ``` bash
341- # Old way (still works)
342- ./build-multiarch.sh --requirements requirements.txt --python 3.13
343-
344- # New simplified way (if using defaults)
345- ./build-multiarch.sh --python 3.13
346-
347- # Or just use all defaults
348- ./build-multiarch.sh
349- ```
350-
351316## Output File Naming
352317
353318Archives are named with the following pattern:
You can’t perform that action at this time.
0 commit comments