1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

Using arm instead of arm64

This commit is contained in:
Amir Raminfar
2020-06-06 09:47:40 -07:00
parent c3efac3bf5
commit 471e7ad875

View File

@@ -1,5 +1,5 @@
TAG := $(shell git describe --tags)
PLATFROMS := linux/amd64,linux/arm64/v7,linux/arm64/v8
PLATFROMS := linux/amd64,linux/arm/v7,linux/arm64/v8
.PHONY: publish
publish: