mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
6 lines
194 B
Makefile
6 lines
194 B
Makefile
WEBSITE_IMAGE ?= ghcr.io/psviderski/uncloud-website:latest
|
|
|
|
.PHONY: website-image-push
|
|
website-image-push:
|
|
docker buildx build --push --platform linux/amd64,linux/arm64 -t "$(WEBSITE_IMAGE)" .
|