File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
run : |
62
62
if [ -n "$(echo ${{ inputs.platforms }} | grep ',')" ]; then
63
63
# multi-platform builds get no platform tag
64
- echo "runner=linux-amd64-cpu8 " >> $GITHUB_OUTPUT
64
+ echo "runner=linux-amd64-cpu16 " >> $GITHUB_OUTPUT
65
65
echo "build_docs=${{ inputs.build_docs != 'false' }}" >> $GITHUB_OUTPUT
66
66
is_versioned=${{ github.ref_type == 'tag' || startsWith(github.ref_name, 'releases/') || startsWith(github.ref_name, 'staging/') }}
67
67
has_continuous_deployment=${{ startsWith(github.ref_name, 'experimental/') || github.ref_name == 'main' }}
@@ -71,12 +71,12 @@ jobs:
71
71
elif [ -n "$(echo ${{ inputs.platforms }} | grep -i arm)" ]; then
72
72
platform_tag=`echo ${{ inputs.platforms }} | sed 's/linux\///g' | tr -d ' '`
73
73
echo "platform_tag=$platform_tag" >> $GITHUB_OUTPUT
74
- echo "runner=linux-arm64-cpu8 " >> $GITHUB_OUTPUT
74
+ echo "runner=linux-arm64-cpu16 " >> $GITHUB_OUTPUT
75
75
echo "build_docs=${{ inputs.build_docs == 'true' }}" >> $GITHUB_OUTPUT
76
76
else
77
77
platform_tag=`echo ${{ inputs.platforms }} | sed 's/linux\///g' | tr -d ' '`
78
78
echo "platform_tag=$platform_tag" >> $GITHUB_OUTPUT
79
- echo "runner=linux-amd64-cpu8 " >> $GITHUB_OUTPUT
79
+ echo "runner=linux-amd64-cpu16 " >> $GITHUB_OUTPUT
80
80
echo "build_docs=${{ inputs.build_docs != 'false' }}" >> $GITHUB_OUTPUT
81
81
fi
82
82
You can’t perform that action at this time.
0 commit comments