From d6c430e103d0f486b9fc621da675c4e592230d31 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Fri, 13 Oct 2023 16:38:59 +0200
Subject: [PATCH] Revert "github: filters: build x86-64 target on Dockerfile
 change"

This reverts commit c418b7bb16d54090e468cfb8a89d20655bd466a6.

Our CI builds do not use the Docker image, so adding the Dockerfile to
the filter does not make sense. In addition, the entry was missing in
generate-target-filters.py, so it would have been removed when the
filters were regenerated.
---
 .github/filters.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/filters.yml b/.github/filters.yml
index 2b7f50af1..3b145fd94 100644
--- a/.github/filters.yml
+++ b/.github/filters.yml
@@ -222,7 +222,6 @@
     "targets/targets.mk",
     "targets/x86.inc",
     "contrib/ci/minimal-site/**",
-    "contrib/docker/Dockerfile",
     "package/**"
   ],
   "bcm27xx-bcm2710": [
-- 
GitLab