Update .gitea/workflows/ci.yml
This commit is contained in:
parent
9723564127
commit
254b3850b8
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue