Skip to content

Commit

Permalink
Downgrading workers OS version for a try
Browse files Browse the repository at this point in the history
  • Loading branch information
FlUxIuS committed Feb 20, 2025
1 parent aee128b commit 215bb1c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/build_images_multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
corebuild:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
platform: [amd64, arm64, riscv64]
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
STORAGE_TYPE=registry ARCH=${{ matrix.platform }} CACHE_REPO=${{ env.CACHE_REPO }} REGISTRY_IMAGE=${{ env.REGISTRY_IMAGE }} make common
corebuild-manifest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: corebuild
steps:
- name: Checkout code
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
${{ env.REGISTRY_IMAGE }}:${tagname}_riscv64@$arch_digest_riscv64
sdrsa_devices:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: corebuild
strategy:
matrix:
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
STORAGE_TYPE=registry ARCH=${{ matrix.platform }} CACHE_REPO=${{ env.CACHE_REPO }} REGISTRY_IMAGE=${{ env.REGISTRY_IMAGE }} UHD_BASE=uhd RTLSDR_BASE=rtlsdr make sdrsadevices
sdrsa_devices-manifest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: sdrsa_devices
steps:
- name: Checkout code
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
${{ env.REGISTRY_IMAGE }}:${tagname}_riscv64@$arch_digest_riscv64
sdrsa_devices_antsdr:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: corebuild
strategy:
matrix:
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
STORAGE_TYPE=registry ARCH=${{ matrix.platform }} CACHE_REPO=${{ env.CACHE_REPO }} REGISTRY_IMAGE=${{ env.REGISTRY_IMAGE }} UHD_BASE=antsdr_uhd RTLSDR_BASE=rtlsdr make sdrsadevicesantsdr
sdrsa_devices_antsdr-manifest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: sdrsa_devices_antsdr
steps:
- name: Checkout code
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
${{ env.REGISTRY_IMAGE }}:${tagname}_riscv64@$arch_digest_riscv64
sdrsa_devices_rtlsdrv4:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: corebuild
strategy:
matrix:
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
STORAGE_TYPE=registry ARCH=${{ matrix.platform }} CACHE_REPO=${{ env.CACHE_REPO }} REGISTRY_IMAGE=${{ env.REGISTRY_IMAGE }} UHD_BASE=uhd RTLSDR_BASE=rtlsdrv4 make sdrsadevicesrtlsdrv4
sdrsa_devices_rtlsdrv4-manifest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: sdrsa_devices_rtlsdrv4
steps:
- name: Checkout code
Expand Down Expand Up @@ -526,7 +526,7 @@ jobs:
${{ env.REGISTRY_IMAGE }}:${tagname}_riscv64@$arch_digest_riscv64
sdr_light:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: sdrsa_devices
strategy:
matrix:
Expand Down Expand Up @@ -585,7 +585,7 @@ jobs:
STORAGE_TYPE=registry ARCH=${{ matrix.platform }} CACHE_REPO=${{ env.CACHE_REPO }} REGISTRY_IMAGE=${{ env.REGISTRY_IMAGE }} make sdrlight
sdr_light-manifest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: sdr_light
steps:
- name: Checkout code
Expand Down Expand Up @@ -787,7 +787,7 @@ jobs:
${{ env.REGISTRY_IMAGE }}:${tagname}_riscv64@$arch_digest_riscv64
sdr_light_intelgpu:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: sdr_light
strategy:
matrix:
Expand Down Expand Up @@ -851,7 +851,7 @@ jobs:
STORAGE_TYPE=registry ARCH=${{ matrix.platform }} CACHE_REPO=${{ env.CACHE_REPO }} REGISTRY_IMAGE=${{ env.REGISTRY_IMAGE }} make sdrlight_intelgpu
sdr_light_nvidiagpu:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: sdr_light
strategy:
matrix:
Expand Down Expand Up @@ -1198,7 +1198,7 @@ jobs:
STORAGE_TYPE=registry ARCH=${{ matrix.platform }} CACHE_REPO=${{ env.CACHE_REPO }} REGISTRY_IMAGE=${{ env.REGISTRY_IMAGE }} make sdrfull_nvidiagpu
telecom_utils:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: sdrsa_devices
strategy:
matrix:
Expand Down Expand Up @@ -1257,7 +1257,7 @@ jobs:
STORAGE_TYPE=registry ARCH=${{ matrix.platform }} CACHE_REPO=${{ env.CACHE_REPO }} REGISTRY_IMAGE=${{ env.REGISTRY_IMAGE }} make telecom_utils
telecom_utils-manifest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: telecom_utils
steps:
- name: Checkout code
Expand Down Expand Up @@ -1334,7 +1334,7 @@ jobs:
${{ env.REGISTRY_IMAGE }}:${tagname}_riscv64@$arch_digest_riscv64
telecom_2Gto3G:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: telecom_utils
strategy:
matrix:
Expand Down Expand Up @@ -1398,7 +1398,7 @@ jobs:
STORAGE_TYPE=registry ARCH=${{ matrix.platform }} CACHE_REPO=${{ env.CACHE_REPO }} REGISTRY_IMAGE=${{ env.REGISTRY_IMAGE }} make telecom_2Gto3G
telecom_2Gto3G-manifest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: telecom_2Gto3G
steps:
- name: Checkout code
Expand Down Expand Up @@ -1477,7 +1477,7 @@ jobs:
${{ env.REGISTRY_IMAGE }}:${tagname}_arm64@$arch_digest_arm64
telecom_4G_5GNSA:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: telecom_utils
strategy:
matrix:
Expand Down Expand Up @@ -1541,7 +1541,7 @@ jobs:
STORAGE_TYPE=registry ARCH=${{ matrix.platform }} CACHE_REPO=${{ env.CACHE_REPO }} REGISTRY_IMAGE=${{ env.REGISTRY_IMAGE }} make telecom_4G_5GNSA
telecom_4G_5GNSA-manifest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: telecom_4G_5GNSA
steps:
- name: Checkout code
Expand Down Expand Up @@ -1619,7 +1619,7 @@ jobs:
${{ env.REGISTRY_IMAGE }}:${tagname}_arm64@$arch_digest_arm64
telecom_5G:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: telecom_utils
strategy:
matrix:
Expand Down Expand Up @@ -1683,7 +1683,7 @@ jobs:
STORAGE_TYPE=registry ARCH=${{ matrix.platform }} CACHE_REPO=${{ env.CACHE_REPO }} REGISTRY_IMAGE=${{ env.REGISTRY_IMAGE }} make telecom_5G
telecom_5G-manifest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: telecom_5G
steps:
- name: Checkout code
Expand Down Expand Up @@ -2092,7 +2092,7 @@ jobs:
STORAGE_TYPE=registry ARCH=${{ matrix.platform }} CACHE_REPO=${{ env.CACHE_REPO }} REGISTRY_IMAGE=${{ env.REGISTRY_IMAGE }} make bluetooth
bluetooth-manifest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: bluetooth
steps:
- name: Checkout code
Expand Down Expand Up @@ -2169,7 +2169,7 @@ jobs:
${{ env.REGISTRY_IMAGE }}:${tagname}_riscv64@$arch_digest_riscv64
rfid:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: corebuild
strategy:
matrix:
Expand Down Expand Up @@ -2222,7 +2222,7 @@ jobs:
STORAGE_TYPE=registry ARCH=${{ matrix.platform }} CACHE_REPO=${{ env.CACHE_REPO }} REGISTRY_IMAGE=${{ env.REGISTRY_IMAGE }} make rfid
rfid-manifest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: rfid
steps:
- name: Checkout code
Expand Down Expand Up @@ -2293,7 +2293,7 @@ jobs:
${{ env.REGISTRY_IMAGE }}:${tagname}_riscv64@$arch_digest_riscv64
automotive:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: corebuild
strategy:
matrix:
Expand Down Expand Up @@ -2346,7 +2346,7 @@ jobs:
STORAGE_TYPE=registry ARCH=${{ matrix.platform }} CACHE_REPO=${{ env.CACHE_REPO }} REGISTRY_IMAGE=${{ env.REGISTRY_IMAGE }} make automotive
automotive-manifest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: automotive
steps:
- name: Checkout code
Expand Down Expand Up @@ -2468,7 +2468,7 @@ jobs:
STORAGE_TYPE=registry ARCH=${{ matrix.platform }} CACHE_REPO=${{ env.CACHE_REPO }} REGISTRY_IMAGE=${{ env.REGISTRY_IMAGE }} make reversing
reversing-manifest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: reversing
steps:
- name: Checkout code
Expand Down
1 change: 1 addition & 0 deletions Dockerfiles/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ else
build_and_push = $(build_and_push_local)
endif


#
# Specific build targets using the chosen function
common:
Expand Down

0 comments on commit 215bb1c

Please sign in to comment.