Skip to content

Commit

Permalink
disable ARM64 OCI; gha caching
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed Jul 12, 2024
1 parent 67c6794 commit 4fe9b43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rabbitmq-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
matrix:
platform:
- linux/amd64
- linux/arm64
# ARM64 are currently slow
# - linux/arm64
steps:
- name: Prepare
run: |
Expand Down Expand Up @@ -132,7 +133,7 @@ jobs:
context: packaging/docker-image
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=ghcr.io/rabbitmq/rabbitmq:buildcache-${{ env.PLATFORM_PAIR }}
cache-from: type=gha
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
- name: Export digest
run: |
Expand Down

0 comments on commit 4fe9b43

Please sign in to comment.