ci: fix always run ci on amd64 #17

Merged
t.behrendt merged 1 commits from ci-fix-do-not-run-ci-on-arm64 into main 2025-05-20 21:05:46 +02:00
Showing only changes of commit 3eff3df0ae - Show all commits

View File

@@ -8,7 +8,9 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on:
- ubuntu-latest
- linux_amd64
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5