Skip to content

Commit 1baac17

Browse files
authored
[.github/workflows/build-on-tags.yml] Rearrange comments
1 parent 6646f23 commit 1baac17

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-on-tags.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ jobs:
205205
path: RPMS/
206206

207207

208+
# The second-last entry shall use the oldest Sailfish-SDK Docker image, which
209+
# generates binaries "known to run on the latest SailfishOS release", i.e.
210+
# currently: Binaries build for SailfishOS 4.3.0 are known to run on 5.0.0.
208211
SDK-430:
209212
runs-on: ubuntu-24.04
210213
env:
@@ -254,10 +257,7 @@ jobs:
254257
path: RPMS/
255258

256259

257-
# The last entry should always point to the latest available Sailfish-SDK Docker image;
258-
# the second-last entry to the oldest Sailfish-SDK Docker image, which generates binaries
259-
# "known to run on the latest SailfishOS release", i.e. currently: Binaries build for
260-
# SailfishOS 4.3.0 are known to run on 5.0.0.
260+
# The last entry shall use the latest available Sailfish-SDK Docker image.
261261
SDK-500:
262262
runs-on: ubuntu-24.04
263263
env:

0 commit comments

Comments
 (0)