Skip to content

Commit

Permalink
Change architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 26, 2024
1 parent 1fa24bd commit 5a09a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 5a09a36

Please sign in to comment.