Skip to content

Commit a730f8d

Browse files
committed
fix: ghcr arch unknown
1 parent 5dda3b5 commit a730f8d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,15 @@ jobs:
4747
platforms: linux/amd64,linux/arm64
4848
push: true
4949
pull: true
50+
env:
51+
BUILDX_NO_DEFAULT_ATTESTATIONS: 1 # https://github.com/orgs/community/discussions/45969
5052
labels: |
5153
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
5254
org.opencontainers.image.licenses=Apache-2.0
5355
tags: |
5456
${{ github.repository }}:${{ env.TAG_NAME }}
5557
ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }}
56-
# https://docs.docker.com/build/cache/backends/gha/
57-
cache-from: type=gha
58+
cache-from: type=gha # https://docs.docker.com/build/cache/backends/gha/
5859
cache-to: type=gha,mode=max
5960

6061
goreleaser:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Contributing to azure-openai-proxy
22

3-
TODO
3+
Git commit conventions: https://www.conventionalcommits.org/en/v1.0.0/

0 commit comments

Comments
 (0)