Skip to content

Commit a92f3cc

Browse files
committed
Add SLES16
1 parent 9d7b234 commit a92f3cc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build_vanagon.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
'macos-all-arm64'
6767
'macos-all-x86_64'
6868
'sles-15-x86_64'
69+
'sles-16-x86_64'
6970
'ubuntu-22.04-aarch64'
7071
'ubuntu-22.04-amd64'
7172
'ubuntu-24.04-aarch64'
@@ -140,7 +141,7 @@ jobs:
140141
brew list --formula | xargs -r brew uninstall --force --ignore-dependencies
141142
brew autoremove
142143
sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)" -- --force
143-
144+
144145
echo '*** Removing /opt/homebrew directory ***'
145146
sudo rm -rf /opt/homebrew
146147
@@ -189,7 +190,7 @@ jobs:
189190
# matter for any other part of the build process.
190191
# See https://github.com/OpenVoxProject/openvox/blob/5bcee89748ad1069ac31504cbc4853a6d636c2b0/lib/puppet/feature/base.rb#L13-L19
191192
echo "root:*:0:0:::" | Out-File -FilePath C:\cygwin64\etc\passwd -Encoding ASCII
192-
193+
193194
- name: Bundle install
194195
working-directory: ${{ inputs.working_directory }}
195196
run: bundle install --retry=3
@@ -201,7 +202,7 @@ jobs:
201202
rm -rf output
202203
DESCRIBE=$(git describe --abbrev=9)
203204
echo "describe=${DESCRIBE//-/.}" >> $GITHUB_OUTPUT
204-
bundle exec rake vox:build['${{ inputs.project_name }}','${{ matrix.platform }}']
205+
bundle exec rake vox:build['${{ inputs.project_name }}','${{ matrix.platform }}']
205206
206207
- name: Upload build artifacts
207208
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)