summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMister_X <MisterX2000@users.noreply.github.com>2025-04-02 02:21:16 +0200
committerMister_X <MisterX2000@users.noreply.github.com>2025-04-02 02:21:16 +0200
commit3dfcb2bdfd5a431fed54c9fc4f272f346ff64e1c (patch)
tree074e6d184777828c9f62202e24f58711c1dec4f7 /.github
parent09e60ea5c9e4d3028c06889e913d4b7188d72a2d (diff)
fix alpine docker
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-docker-image.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-docker-image.yaml b/.github/workflows/build-docker-image.yaml
index d7048047b..3f8de5c51 100644
--- a/.github/workflows/build-docker-image.yaml
+++ b/.github/workflows/build-docker-image.yaml
@@ -23,7 +23,7 @@ jobs:
- tag: "" # Default Dockerfile
platforms: linux/amd64,linux/arm64
- tag: alpine
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64
runs-on: ubuntu-latest
steps: