Skip to content

Commit dfdcccb

Browse files
authored
Merge pull request #88 from vicamo/for-myself/bump-debuerreotype-to-20251021
bump debuerreotype tag to 20251021
2 parents 97b57a3 + 769e042 commit dfdcccb

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/linters/super-linter.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
TYPESCRIPT_DEFAULT_STYLE=prettier
22
VALIDATE_ALL_CODEBASE=true
3+
VALIDATE_BIOME_FORMAT=false
4+
VALIDATE_BIOME_LINT=false
5+
VALIDATE_GITHUB_ACTIONS_ZIZMOR=false
36
VALIDATE_JAVASCRIPT_STANDARD=false
47
VALIDATE_JSCPD=false

.github/workflows/ci.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ jobs:
8686
"x32"
8787
]'
8888
known_failures='[
89-
["sid", "loong64", "https://github.com/vicamo/docker-brew-debian/issues/79"],
90-
["sid", "m68k", "https://github.com/vicamo/docker-brew-debian/issues/79"],
89+
["forky", "armel", "https://github.com/vicamo/docker-brew-debian/issues/89"],
9190
["jessie", "arm64", "https://github.com/vicamo/docker-brew-debian/issues/80"],
9291
["jessie", "ppc64el", "https://github.com/vicamo/docker-brew-debian/issues/81"],
9392
["etch", "m68k", "https://github.com/vicamo/docker-brew-debian/issues/82"],
@@ -97,12 +96,11 @@ jobs:
9796
["potato", "powerpc", "https://github.com/vicamo/docker-brew-debian/issues/84"]
9897
]'
9998
pin_timestamp='[
100-
["buster", "armel", "2024/04/13 14:49:39"],
101-
["buster", "mips", "2024/04/13 14:49:39"],
102-
["buster", "mips64el", "2024/04/13 14:49:39"],
103-
["buster", "mipsel", "2024/04/13 14:49:39"],
104-
["buster", "ppc64el", "2024/04/13 14:49:39"],
105-
["buster", "s390x", "2024/04/13 14:49:39"]
99+
["bullseye", "armel", "2025-07-21 14:30:34"],
100+
["bullseye", "mips64el", "2025-07-21 14:30:34"],
101+
["bullseye", "mipsel", "2025-07-21 14:30:34"],
102+
["bullseye", "ppc64el", "2025-07-21 14:30:34"],
103+
["bullseye", "s390x", "2025-07-21 14:30:34"]
106104
]'
107105
pin_qemu='[
108106
["any", "alpha", "deb"],
@@ -199,7 +197,7 @@ jobs:
199197
with:
200198
fetch-depth: 1
201199
repository: vicamo/docker_debuerreotype
202-
ref: 20250201
200+
ref: 20251021
203201

204202
- name: Set up Docker Buildx
205203
uses: docker/setup-buildx-action@v3

.github/workflows/per-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
fetch-depth: 1
100100
repository: vicamo/docker_debuerreotype
101-
ref: 20250201
101+
ref: 20251021
102102
path: debuerreotype
103103

104104
- name: Debuerreotype

0 commit comments

Comments
 (0)