From 5a09a36a3f4269800de0c8a7093b2469196e3dde Mon Sep 17 00:00:00 2001 From: Zack Siri Date: Mon, 26 Feb 2024 10:45:17 +0700 Subject: [PATCH] Change architecture --- .github/workflows/debian.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 5847ab8..7d82b2a 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -14,8 +14,8 @@ jobs: {distro: "debian", version: "sid"} ] os: [ - {arch: "arm64", builder: "nscloud-ubuntu-22.04-arm64-2x4"}, - {arch: "amd64", builder: "nscloud-ubuntu-22.04-amd64-2x4"} + {arch: "aarch64", builder: "nscloud-ubuntu-22.04-arm64-2x4"}, + {arch: "x86_64", builder: "nscloud-ubuntu-22.04-amd64-2x4"} ] runs-on: ${{matrix.os.builder}}