Skip to content

Commit 7f46a60

Browse files
committed
Add SLES16
1 parent 9d7b234 commit 7f46a60

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build_ezbake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
AWS_REQUEST_CHECKSUM_CALCULATION: "WHEN_REQUIRED"
3535
AWS_RESPONSE_CHECKSUM_VALIDATION: "WHEN_REQUIRED"
3636
DEB_PLATFORMS: ${{ inputs.deb_platform_list || 'ubuntu-22.04,ubuntu-24.04,ubuntu-25.04,debian-11,debian-12,debian-13' }}
37-
RPM_PLATFORMS: ${{ inputs.rpm_platform_list || 'amazon-2,amazon-2023,el-8,el-9,el-10,fedora-42,fedora-43,sles-15' }}
37+
RPM_PLATFORMS: ${{ inputs.rpm_platform_list || 'amazon-2,amazon-2023,el-8,el-9,el-10,fedora-42,fedora-43,sles-15,sles-16' }}
3838
EZBAKE_BRANCH: ${{ inputs.ezbake-ref }}
3939

4040
jobs:

.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)