Skip to content

Commit

Permalink
Remove multiarch, default image is multiarch now
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed Jan 25, 2025
1 parent 86a0a4c commit 92cb46d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deno-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Cache https://
uses: actions/cache@v4
with:
path: ~/.cache/deno/deps/https
path: ~/.cache/deno/remote/https
key: deno-https/v2-${{ github.sha }}
restore-keys: deno-https/v2-

Expand Down Expand Up @@ -66,9 +66,9 @@ jobs:
- name: Cache https://
uses: actions/cache@v4
with:
path: ~/.cache/deno/deps/https
key: deno-https/v1-${{ github.sha }}-doci
restore-keys: deno-https/v1-
path: ~/.cache/deno/remote/https
key: deno-https/v2-${{ github.sha }}-doci
restore-keys: deno-https/v2-
- name: Install denodir-oci utility
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

Expand Down
3 changes: 0 additions & 3 deletions doci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ targets:
alpine:
ref: ghcr.io/cloudydeno/dns-sync-alpine
baseRef: denoland/deno:alpine-$DenoVersion
multiarch:
ref: ghcr.io/cloudydeno/dns-sync-multiarch
baseRef: lukechannings/deno:v$DenoVersion

0 comments on commit 92cb46d

Please sign in to comment.