diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-08 17:05:50 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-08 17:05:50 +0100 |
commit | 611efe117fc3007be9c894920b701ca8ac13a7dd (patch) | |
tree | a2ed24682d41a00946811422c7d174161b25b20f /Makefile | |
parent | Makefile: split long commands (diff) | |
download | fr24feed-611efe117fc3007be9c894920b701ca8ac13a7dd.tar.gz fr24feed-611efe117fc3007be9c894920b701ca8ac13a7dd.zip |
shorter platform names
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ DO: PROJECT := fr24feed # Target platforms (used by buildx): -PLATFORMS := linux/i386,linux/amd64,linux/armhf +PLATFORMS := i386,amd64,armhf # Docker Hub credentials: DOCKER_USERNAME := egortensin # Use BuildKit, which is required (i.e. for using variables in FROM): |