Skip to content

Commit

Permalink
setupscript を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Jan 28, 2025
1 parent 7138500 commit 98209dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
fail-fast: false
matrix:
python_version: ["3.12"]
os: ["ubuntu-24.04"]
os: ["ubuntu-24.04-arm"]
runs-on: ${{ matrix.os}}
# timeout-minutes: 15
# if: >-
Expand Down
1 change: 1 addition & 0 deletions multistrap/ubuntu-24.04_armv8.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ noauth=true
unpack=true
bootstrap=Ports
aptsources=Ports
setupscript=/usr/share/multistrap/chroot.sh

[Ports]
packages=libstdc++-13-dev libc6-dev libxext-dev libdbus-1-dev libpython3-dev
Expand Down

0 comments on commit 98209dc

Please sign in to comment.