We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ac55d commit 45796f9Copy full SHA for 45796f9
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,9 @@ jobs:
15
- arm64v8/debian:trixie
16
- debian:trixie
17
runs-on: ${{ (startsWith(matrix.linux_image, 'arm') && 'ubuntu-24.04-arm') || 'ubuntu-latest' }}
18
- container: ${{ matrix.linux_image }}
+ container:
19
+ image: ${{ matrix.linux_image }}
20
+ options: --shm-size=2g
21
name: linux - ${{ matrix.linux_image }} | ${{ matrix.config }}
22
steps:
23
- name: install build tools
0 commit comments