mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 21:11:30 +08:00 
			
		
		
		
	chore(ci): remove now unneeded arm64 workaround
the change is now part of electron-forge 7.7.0 which we depend on since fa05f15753fcbfb38129cb9792a063093798d80b
This commit is contained in:
		
							parent
							
								
									899ad6450a
								
							
						
					
					
						commit
						49550e8e69
					
				
							
								
								
									
										4
									
								
								.github/actions/build-electron/action.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/actions/build-electron/action.yml
									
									
									
									
										vendored
									
									
								
							| @ -27,10 +27,6 @@ runs: | |||||||
|     - name: Install dependencies |     - name: Install dependencies | ||||||
|       shell: bash |       shell: bash | ||||||
|       run: npm ci |       run: npm ci | ||||||
|     - name: Temporary Flatpak arm64 workaround till https://github.com/electron/forge/pull/3839 is merged |  | ||||||
|       if: ${{ inputs.os == 'linux' && inputs.arch == 'arm64' }} |  | ||||||
|       shell: bash |  | ||||||
|       run:  sed -e "s/case 'armv7l'/case 'arm64'/g" -e "s/return 'arm'/return 'aarch64'/g" -i node_modules/@electron-forge/maker-flatpak/dist/MakerFlatpak.js |  | ||||||
|     - name: Update build info |     - name: Update build info | ||||||
|       shell: bash |       shell: bash | ||||||
|       run: npm run chore:update-build-info |       run: npm run chore:update-build-info | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Panagiotis Papadopoulos
						Panagiotis Papadopoulos