From 9449002f5e906e9b5b8e2638c703a9e2a0b1bdc1 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Sat, 25 Jan 2025 15:28:15 +0100
Subject: [PATCH] build only for amd64 plattform

---
 .gitlab-ci.yml | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d2fb35c..1e292ae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,11 @@
-include:
-- project: 'infra/ci'
-  file: '/pipelines/docker.yml'
+Docker:
+  image: jonasled.dev/infra/docker-build:master@sha256:fce6c9200bbce36003ff05564e2d44a5a7d1f4437eed918dc9d0a152132f97ac
+  stage: build
+  needs: []
+  variables:
+    ARCHITECTURES: amd64
+  script:
+  - build-image
+  artifacts:
+    paths:
+    - image-hash.txt
\ No newline at end of file
-- 
GitLab