summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-20 20:58:55 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-20 20:58:55 +0400
commit88c054d53ec331e6760e5a1cc03ce4fd71f556dc (patch)
tree52de7cf4ef01edb5df019d5a6a7ef423ec41917f
parentc467f018c5374ab4590638a1f35ec40fa309327c (diff)
fix docker image platform
-rw-r--r--.github/workflows/docker-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
index 51eaf03..acaf9eb 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- arch:
+ platform:
- linux/amd64
- linux/arm64/v8
- linux/arm/v7