try to revive dev-release builds
authornotaz <notasas@gmail.com>
Tue, 27 May 2025 23:05:26 +0000 (02:05 +0300)
committernotaz <notasas@gmail.com>
Tue, 27 May 2025 23:05:26 +0000 (02:05 +0300)
After github killed its ubuntu-20.04 image.
The intent here is to use older toolchains to support devices with older OSes.

.github/workflows/dev-release.yml

index 0b10b66..aafcfe8 100644 (file)
@@ -11,7 +11,11 @@ jobs:
   pre-release:
     name: "Pre Release"
     runs-on: "ubuntu-20.04"
-
+    container:
+      image: ghcr.io/notaz/ubuntu:20.04
+      credentials:
+        username: notaz
+        password: ${{secrets.DOCKER_CONTAINER_REGISTRY_TOKEN}}
     steps:
       - name: Install dependencies
         run: |