mirror of
				https://gitlab.com/alemaire/buildx.git
				synced 2025-01-17 13:58:19 +00:00 
			
		
		
		
	Update pleroma/Makefile
This commit is contained in:
		| @@ -4,9 +4,9 @@ include version | ||||
| IMAGE=pleroma | ||||
|  | ||||
| push: | ||||
|     wget https://git.pleroma.social/pleroma/pleroma/-/archive/$(VERSION)/pleroma-$(VERSION).tar.bz2 | ||||
|     tar -xf pleroma-$(VERSION).tar.bz2 | ||||
|     cd pleroma-$(VERSION) | ||||
|     wget https://git.pleroma.social/pleroma/pleroma/-/archive/$(VERSION)/pleroma-$(VERSION).tar.bz2 && \ | ||||
|     tar -xf pleroma-$(VERSION).tar.bz2 && \ | ||||
|     cd pleroma-$(VERSION) && \ | ||||
| 	docker buildx build --platform linux/amd64,linux/arm64,linux/arm --push \ | ||||
|         --build-arg OAUTH_CONSUMER_STRATEGIES="twitter facebook google microsoft keycloak:ueberauth_keycloak_strategy" \ | ||||
|     	--cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user