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