From 6a024bdd465d7c7c4bb783f129db324e9ba8a60a Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 8 Sep 2023 14:24:22 +0000 Subject: [PATCH] Update '.gitea/workflows/build.yaml' --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a810182..72233f4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -30,4 +30,4 @@ jobs: with: push: true tags: registry.local/rgbboard:${{ steps.short-sha.outputs.short-sha }} - platform: linux/arm64,linux/amd64 \ No newline at end of file + platforms: linux/arm64,linux/amd64 \ No newline at end of file