Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kurochan committed Jan 18, 2024
1 parent 99e9c0f commit 2ee62fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
variant: [bookworm-jpg-png]
timeout-minutes: 50
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -41,9 +41,7 @@ jobs:
context: .
provenance: false
push: true
# TODO
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
file: Dockerfile.${{ matrix.variant }}
cache-to: type=registry,ref=ghcr.io/cyberagentai/libvips:${{ matrix.variant }}-buildcache
cache-from: type=registry,ref=ghcr.io/cyberagentai/libvips:${{ matrix.variant }}-buildcache
Expand Down

0 comments on commit 2ee62fe

Please sign in to comment.