mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	Merge branch 'krille/fix-ci' into 'main'
CI: Tag architecture in the linux versions See merge request famedly/fluffychat!409
This commit is contained in:
		
						commit
						ecb256165a
					
				@ -261,14 +261,14 @@ upload-linux-x86:
 | 
			
		||||
  script:
 | 
			
		||||
    - tar czf package.tar.gz -C build/linux/release/bundle/ .
 | 
			
		||||
    - |
 | 
			
		||||
      curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file package.tar.gz ${PACKAGE_REGISTRY_URL}/fluffychat-linux.tar.gz
 | 
			
		||||
      curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file package.tar.gz ${PACKAGE_REGISTRY_URL}/fluffychat-linux-x86.tar.gz
 | 
			
		||||
 | 
			
		||||
upload-linux-arm64:
 | 
			
		||||
  extends: .release
 | 
			
		||||
  script:
 | 
			
		||||
    - tar czf package.tar.gz -C build/linux/arm64/release/bundle/ .
 | 
			
		||||
    - |
 | 
			
		||||
      curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file package.tar.gz ${PACKAGE_REGISTRY_URL}/fluffychat-linux.tar.gz
 | 
			
		||||
      curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file package.tar.gz ${PACKAGE_REGISTRY_URL}/fluffychat-linux-arm64.tar.gz
 | 
			
		||||
 | 
			
		||||
#upload-windows:
 | 
			
		||||
#  extends: .release
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user