Ray
							
						 
						
							
							
							
								
							
								44207b293e 
								
							
								 
							
						 
						
							
							
								
								RENAMED: GitHub Actions files, clearer naming  
							
							 
							
							
								
							
							
						 
						2ヶ月前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								e3d714ae41 
								
							
								 
							
						 
						
							
							
								
								Update GitHub Actions names  
							
							 
							
							
								
							
							
						 
						2ヶ月前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								df40357f19 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						2ヶ月前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								a36905607c 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						3ヶ月前  
					 
				
					
						
							
							
								   Quaylyn Rimer
							
						 
						
							
							
							
								
							
								11ccf11814 
								
							
								 
							
						 
						
							
							
								
								[build] Add ARM64 support to Linux builds  
							
							 
							
							 
							
							
								
							
							
							- Add ubuntu-24.04-arm runner for native ARM64 compilation
- Support building both static and shared libraries for ARM64
- Maintain backwards compatibility with existing x86/x64 builds
- Addresses issue #5051  for ARM64 pre-compiled binaries
Expected output: raylib-X.X-linux_arm64.tar.gz in releases 
							
						 
						3ヶ月前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								5bda46960c 
								
							
								 
							
						 
						
							
							
								
								REVIEWED: Linux workflow to run on `ubuntu-latest`  
							
							 
							
							 
							
							
								
							
							
							Previous runner `ubuntu-20.04` is deprecated and being removed soon: https://github.com/actions/runner-images/issues/11101  
							
						 
						8ヶ月前  
					 
				
					
						
							
							
								   Alexandre Almeida
							
						 
						
							
							
								
								
							
							
								
							
								9a8d73e6c3 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix GLFW runtime platform detection ( #3863 )  
							
							 
							
							 
							
							
								
							
							
							* Fix GLFW runtime platform detection
* Add libwayland-dev package to workflows
* Add libxkbcommon-dev package to workflows
* Add libwayland-bin package to codeql.yml
* Add libwayland-client0 and libwayland-cursor0 packages to codeql.yml
* Use libwayland-dev in codeql.yml
* Add libxkbcommon-dev to codeql.yml
* Remove libwayland-bin from linux.yml and linux_examples.yml (libwayland-dev includes it as a dependency)
---------
Co-authored-by: Ray <raysan5@gmail.com> 
							
						 
						1年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								c970afeccd 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						1年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								77eeb0010e 
								
							
								 
							
						 
						
							
							
								
								Updated workflows  
							
							 
							
							
								
							
							
						 
						1年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								abe243d469 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						1年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								c9020ece5d 
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						2年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								bbf9935828 
								
							
								 
							
						 
						
							
							
								
								Update github workflows  
							
							 
							
							
								
							
							
						 
						2年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
							
								
							
								609d92003b 
								
							
								 
							
						 
						
							
							
								
								WARNING: REMOVED `raygui` from `raylib/src/extras`  
							
							 
							
							
								
							
							
						 
						3年前  
					 
				
					
						
							
							
								   Naveen
							
						 
						
							
							
								
								
							
							
								
							
								023eb3380d 
								
									
								
							
								 
							
						 
						
							
							
								
								chore: Set permissions for GitHub actions ( #2496 )  
							
							 
							
							 
							
							
								
							
							
							Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions 
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions 
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs 
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ )
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com> 
							
						 
						3年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								79992a8d50 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						3年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								b1607ad9e7 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						3年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								a31784759d 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						4年前  
					 
				
					
						
							
							
								   mandar1jn
							
						 
						
							
							
								
								
							
							
								
							
								4c497779a2 
								
									
								
							
								 
							
						 
						
							
							
								
								Updated workflow files ( #2079 )  
							
							 
							
							 
							
							
								
							
							
							* Updated workflow files
* added the manual trigger to the android workflow 
							
						 
						4年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								d851208413 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						4年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								bf008234e2 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						4年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								60ffc9f59b 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						4年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								a33111ae9d 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								c1585dda02 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								801e255a36 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								58d452c78d 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								5ec0f68937 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								74637ef884 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								f6aa8f7c6d 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								418e6f3e18 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								a55786c994 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								7d2243ea92 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								23ca58175e 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								10c294a021 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								784b24e35e 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								864ff48e11 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								3178992889 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								1d6d58ef5b 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								721f015e07 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								f3091185ca 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								279182ca14 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								db8927f6b1 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								0d0c3d2504 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								a142e7c3d0 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								96e4f369bd 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								6c9e6cb097 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								a29f0695ef 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								2a198651de 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								53f3103a93 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								6df0f2c535 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前  
					 
				
					
						
							
							
								   Ray
							
						 
						
							
							
								
								
							
							
								
							
								6f012d44d4 
								
									
								
							
								 
							
						 
						
							
							
								
								Update linux.yml  
							
							 
							
							
								
							
							
						 
						5年前