From 98209dc8a3222390ae4cb7ed4b9cfdcfc4551960 Mon Sep 17 00:00:00 2001 From: melpon Date: Wed, 29 Jan 2025 05:21:53 +0900 Subject: [PATCH] =?UTF-8?q?setupscript=20=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/e2e-test.yml | 2 +- multistrap/ubuntu-24.04_armv8.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index cffdf070..ec5effb5 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -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: >- diff --git a/multistrap/ubuntu-24.04_armv8.conf b/multistrap/ubuntu-24.04_armv8.conf index 50095dc5..7ee7e8ee 100644 --- a/multistrap/ubuntu-24.04_armv8.conf +++ b/multistrap/ubuntu-24.04_armv8.conf @@ -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