diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-08 13:44:40 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-08 13:44:40 +0100 |
commit | 9be629637d8fa5f6232ef14f58fe382e019358c7 (patch) | |
tree | 36a85f5b5605d8c4541ac48ff345deed677ac282 /Makefile | |
parent | Makefile: split long commands (diff) | |
download | cgitize-9be629637d8fa5f6232ef14f58fe382e019358c7.tar.gz cgitize-9be629637d8fa5f6232ef14f58fe382e019358c7.zip |
build for Mac's M1 also
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ DO: PROJECT := cgitize # Target platforms (used by buildx): -PLATFORMS := linux/amd64,linux/armhf +PLATFORMS := amd64,armhf,arm64 # Docker Hub credentials: DOCKER_USERNAME := egortensin |