diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 236ff43..bbe4745 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,6 +7,12 @@ on: jobs: test-amd64: runs-on: ubuntu-24.04 + steps: + - name: Print host info + run: uname -a + + test-arm64: + runs-on: ubuntu-24.04-arm64 steps: - name: Print host info run: uname -a \ No newline at end of file