summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 637ca3211..f715bcaf8 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -24,10 +24,15 @@ jobs:
platform: [x86_64, aarch64]
test-category: [smoke]
include:
- - { os: linux, platform:x86_64, runs-on: ubuntu-22.04, compiler: gcc }
- {
os: linux,
- platform:aarch64,
+ platform: x86_64,
+ runs-on: ubuntu-22.04,
+ compiler: gcc,
+ }
+ - {
+ os: linux,
+ platform: aarch64,
runs-on: ubuntu-22.04-arm,
compiler: gcc,
}