mirror of
				https://github.com/FiloSottile/mkcert.git
				synced 2022-11-04 12:23:44 +03:00 
			
		
		
		
	Build release binaries for linux/arm64 (#284)
This commit is contained in:
		| @@ -7,6 +7,8 @@ script: | ||||
|         -ldflags "-X main.Version=$(git describe --tags)" | ||||
|   - CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=6 go build -o "mkcert-$(git describe --tags)-linux-arm" | ||||
|         -ldflags "-X main.Version=$(git describe --tags)" | ||||
|   - CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o "mkcert-$(git describe --tags)-linux-arm64" | ||||
|         -ldflags "-X main.Version=$(git describe --tags)" | ||||
|   - CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o "mkcert-$(git describe --tags)-darwin-amd64" | ||||
|         -ldflags "-X main.Version=$(git describe --tags)" | ||||
|   - CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o "mkcert-$(git describe --tags)-windows-amd64.exe" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dennis Ameling
					Dennis Ameling