Remove upx for arm64/armv7, more translation credits
This commit is contained in:
		
							parent
							
								
									62512b7a1a
								
							
						
					
					
						commit
						5125aac91c
					
				
					 2 changed files with 6 additions and 7 deletions
				
			
		| 
						 | 
					@ -28,9 +28,8 @@ builds:
 | 
				
			||||||
    goos: [linux]
 | 
					    goos: [linux]
 | 
				
			||||||
    goarch: [arm]
 | 
					    goarch: [arm]
 | 
				
			||||||
    goarm: [7]
 | 
					    goarm: [7]
 | 
				
			||||||
    hooks:
 | 
					    # No "upx", since it causes random core dumps, see
 | 
				
			||||||
      post:
 | 
					    # https://github.com/binwiederhier/ntfy/issues/191#issuecomment-1083406546
 | 
				
			||||||
        - upx "{{ .Path }}" # apt install upx
 | 
					 | 
				
			||||||
  -
 | 
					  -
 | 
				
			||||||
    id: ntfy_arm64
 | 
					    id: ntfy_arm64
 | 
				
			||||||
    binary: ntfy
 | 
					    binary: ntfy
 | 
				
			||||||
| 
						 | 
					@ -42,9 +41,8 @@ builds:
 | 
				
			||||||
      - "-linkmode=external -extldflags=-static -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}"
 | 
					      - "-linkmode=external -extldflags=-static -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}"
 | 
				
			||||||
    goos: [linux]
 | 
					    goos: [linux]
 | 
				
			||||||
    goarch: [arm64]
 | 
					    goarch: [arm64]
 | 
				
			||||||
    hooks:
 | 
					    # No "upx", since it causes random core dumps, see
 | 
				
			||||||
      post:
 | 
					    # https://github.com/binwiederhier/ntfy/issues/191#issuecomment-1083406546
 | 
				
			||||||
        - upx "{{ .Path }}" # apt install upx
 | 
					 | 
				
			||||||
nfpms:
 | 
					nfpms:
 | 
				
			||||||
  -
 | 
					  -
 | 
				
			||||||
    package_name: ntfy
 | 
					    package_name: ntfy
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -24,7 +24,7 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release
 | 
				
			||||||
* English language improvements (thanks to [@comradekingu](https://github.com/comradekingu))
 | 
					* English language improvements (thanks to [@comradekingu](https://github.com/comradekingu))
 | 
				
			||||||
* Bulgarian (thanks to [@StoyanDimitrov](https://github.com/StoyanDimitrov)) 
 | 
					* Bulgarian (thanks to [@StoyanDimitrov](https://github.com/StoyanDimitrov)) 
 | 
				
			||||||
* Dutch (*incomplete*, thanks to [@diony](https://hosted.weblate.org/user/diony))
 | 
					* Dutch (*incomplete*, thanks to [@diony](https://hosted.weblate.org/user/diony))
 | 
				
			||||||
* Chinese (*incomplete*, thanks to [@poi](https://hosted.weblate.org/user/poi))
 | 
					* Chinese/Simplified (thanks to [@poi](https://hosted.weblate.org/user/poi) and [@PeterCxy](https://hosted.weblate.org/user/PeterCxy))
 | 
				
			||||||
* French (*incomplete*, thanks to [@Kusoneko](https://kusoneko.moe/))
 | 
					* French (*incomplete*, thanks to [@Kusoneko](https://kusoneko.moe/))
 | 
				
			||||||
* German (thanks to [@cmeis](https://github.com/cmeis))
 | 
					* German (thanks to [@cmeis](https://github.com/cmeis))
 | 
				
			||||||
* Italian (thanks to [@theTranslator](https://hosted.weblate.org/user/theTranslator/))
 | 
					* Italian (thanks to [@theTranslator](https://hosted.weblate.org/user/theTranslator/))
 | 
				
			||||||
| 
						 | 
					@ -42,6 +42,7 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Bugs:**
 | 
					**Bugs:**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* Do not pack binary with `upx` for armv7/arm64 due to `illegal instruction` errors ([#191](https://github.com/binwiederhier/ntfy/issues/191), thanks to [@iexos](https://github.com/iexos)) 
 | 
				
			||||||
* Do not allow comma in topic name in publish via GET endpoint (no ticket) 
 | 
					* Do not allow comma in topic name in publish via GET endpoint (no ticket) 
 | 
				
			||||||
* Add "Access-Control-Allow-Origin: *" for attachments (no ticket, thanks to @FrameXX)
 | 
					* Add "Access-Control-Allow-Origin: *" for attachments (no ticket, thanks to @FrameXX)
 | 
				
			||||||
* Make pruning run again in web app ([#186](https://github.com/binwiederhier/ntfy/issues/186)) 
 | 
					* Make pruning run again in web app ([#186](https://github.com/binwiederhier/ntfy/issues/186)) 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue