Skip to content

Commit c63d0fc

Browse files
committed
fix arm64 ghcommit-action docker images
1 parent 5aee77e commit c63d0fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile.base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM ghcr.io/planetscale/ghcommit:v0.1.55@sha256:1e619715b0b8b4f80571ae0c1afaebc2329f5eb5514c878303dbe43ce0944563 AS ghcommit
1+
FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.56 AS ghcommit
22

33
# hadolint ignore=DL3007
4-
FROM pscale.dev/wolfi-prod/base:latest AS base
4+
FROM --platform=$TARGETARCH pscale.dev/wolfi-prod/base:latest AS base
55

66
COPY --from=ghcommit /ghcommit /usr/bin/ghcommit
77

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
],
1010
"packageRules": [
1111
{
12-
"description": "Don't pin base image, we do not want its weekly updates.",
1312
"matchPackageNames": [
14-
"pscale.dev/wolfi-prod/base"
13+
"pscale.dev/wolfi-prod/base",
14+
"ghcr.io/planetscale/ghcommit"
1515
],
1616
"pinDigests": false
1717
}

0 commit comments

Comments
 (0)