Skip to content

Commit 92cb46d

Browse files
committed
Remove multiarch, default image is multiarch now
1 parent 86a0a4c commit 92cb46d

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/deno-ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Cache https://
3939
uses: actions/cache@v4
4040
with:
41-
path: ~/.cache/deno/deps/https
41+
path: ~/.cache/deno/remote/https
4242
key: deno-https/v2-${{ github.sha }}
4343
restore-keys: deno-https/v2-
4444

@@ -66,9 +66,9 @@ jobs:
6666
- name: Cache https://
6767
uses: actions/cache@v4
6868
with:
69-
path: ~/.cache/deno/deps/https
70-
key: deno-https/v1-${{ github.sha }}-doci
71-
restore-keys: deno-https/v1-
69+
path: ~/.cache/deno/remote/https
70+
key: deno-https/v2-${{ github.sha }}-doci
71+
restore-keys: deno-https/v2-
7272
- name: Install denodir-oci utility
7373
run: deno install --global --allow-read --allow-write=$HOME,${TMPDIR:-/tmp} --allow-run --allow-net --allow-env --reload=https://raw.githubusercontent.com https://raw.githubusercontent.com/cloudydeno/denodir-oci/main/doci/mod.ts
7474

doci.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ targets:
1818
alpine:
1919
ref: ghcr.io/cloudydeno/dns-sync-alpine
2020
baseRef: denoland/deno:alpine-$DenoVersion
21-
multiarch:
22-
ref: ghcr.io/cloudydeno/dns-sync-multiarch
23-
baseRef: lukechannings/deno:v$DenoVersion

0 commit comments

Comments
 (0)