Skip to content

Commit b32c912

Browse files
committed
Remove platform defaults
Now that we have ARM runners, we don't need to exclude platforms that are too slow to emulate on x86_64.
1 parent fb180ea commit b32c912

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ on:
1414
description: 'A comma-separated list of platforms to build for. Do not include spaces. If not provided, will use the default list of platform supported by OpenVox.'
1515
required: false
1616
type: string
17-
# At the moment, a couple platforms end up timing out at the 6 hour hard limit for runners
18-
# due to using emulation and puppet-runtime taking a long time to compile to begin with.
19-
# We'll build these locally for the time being, so override the the default list of platforms.
20-
# Remove this default once we are using self-hosted runners.
21-
#
22-
# The ones that need to be run locally are amazon-2023-aarch64, fedora-40-aarch64, and el-10-aarch64
23-
default: 'amazon-2-aarch64,amazon-2023-x86_64,debian-10-amd64,debian-11-aarch64,debian-11-amd64,debian-12-aarch64,debian-12-amd64,el-7-x86_64,el-8-aarch64,el-8-x86_64,el-8-ppc64le,el-9-aarch64,el-9-x86_64,el-9-ppc64le,el-10-x86_64,fedora-36-x86_64,fedora-40-x86_64,sles-15-x86_64,ubuntu-18.04-aarch64,ubuntu-18.04-amd64,ubuntu-20.04-aarch64,ubuntu-20.04-amd64,ubuntu-22.04-aarch64,ubuntu-22.04-amd64,ubuntu-24.04-aarch64,ubuntu-24.04-amd64'
2417

2518
jobs:
2619
build:

0 commit comments

Comments
 (0)