Update .gitea/workflows/ci.yml
All checks were successful
Test runner / test-amd64 (push) Successful in 1s
Test runner / test-arm64 (push) Successful in 1s

This commit is contained in:
Aaron Honeycutt 2025-12-10 17:43:20 -07:00
parent 254b3850b8
commit 2b2cee2352

View file

@ -7,18 +7,12 @@ 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
container:
image: ubuntu:24.04
platform: linux/arm64
runs-on: [ubuntu-24.04, arm64-builder]
steps:
- name: Print host info
run: uname -a