@@ -117,7 +117,7 @@ class JobSpec:
117
117
"ubuntu-22.04" : JobSpec (name = "Ubuntu 22.04" , os = JobOs .Ubuntu22_04 , platform = SdlPlatform .Linux , artifact = "SDL-ubuntu22.04" , ),
118
118
"ubuntu-24.04-arm64" : JobSpec (name = "Ubuntu 24.04 (ARM64)" , os = JobOs .Ubuntu24_04_arm , platform = SdlPlatform .Linux , artifact = "SDL-ubuntu24.04-arm64" , ),
119
119
"steamrt3" : JobSpec (name = "Steam Linux Runtime 3.0 (x86_64)" , os = JobOs .UbuntuLatest , platform = SdlPlatform .Linux , artifact = "SDL-steamrt3" , container = "registry.gitlab.steamos.cloud/steamrt/sniper/sdk:latest" , ),
120
- "steamrt3-arm64" : JobSpec (name = "Steam Linux Runtime 3.0 (arm64)" , os = JobOs .Ubuntu24_04_arm , platform = SdlPlatform .Linux , artifact = "SDL-steamrt3-arm64" , container = "registry.gitlab.steamos.cloud/steamrt/sniper/sdk/arm64:3.0.20250408.124536 " , ),
120
+ "steamrt3-arm64" : JobSpec (name = "Steam Linux Runtime 3.0 (arm64)" , os = JobOs .Ubuntu24_04_arm , platform = SdlPlatform .Linux , artifact = "SDL-steamrt3-arm64" , container = "registry.gitlab.steamos.cloud/steamrt/sniper/sdk/arm64:latest " , ),
121
121
"ubuntu-intel-icx" : JobSpec (name = "Ubuntu 22.04 (Intel oneAPI)" , os = JobOs .Ubuntu22_04 , platform = SdlPlatform .Linux , artifact = "SDL-ubuntu22.04-oneapi" , intel = IntelCompiler .Icx , ),
122
122
"ubuntu-intel-icc" : JobSpec (name = "Ubuntu 22.04 (Intel Compiler)" , os = JobOs .Ubuntu22_04 , platform = SdlPlatform .Linux , artifact = "SDL-ubuntu22.04-icc" , intel = IntelCompiler .Icc , ),
123
123
"macos-framework-x64" : JobSpec (name = "MacOS (Framework) (x64)" , os = JobOs .Macos13 , platform = SdlPlatform .MacOS , artifact = "SDL-macos-framework" , apple_framework = True , apple_archs = {AppleArch .Aarch64 , AppleArch .X86_64 , }, xcode = True , ),
0 commit comments