Skip to content

Commit 3a2e9a7

Browse files
Merge pull request #4 from clinia/chore/switch-arch
feat: switch to arm
2 parents ec3f836 + 0002938 commit 3a2e9a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/oci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: docker/build-push-action@v5
5050
with:
5151
context: .
52+
platforms: linux/amd64,linux/arm64/v8
5253
file: Dockerfile
5354
labels: ${{ steps.meta.outputs.labels }}
5455
outputs: type=image,name=${{ env.OPENAI_MOCK_IMAGE }},push-by-digest=true,name-canonical=true,push=true
@@ -98,6 +99,7 @@ jobs:
9899
uses: docker/build-push-action@v6
99100
with:
100101
builder: ${{ steps.buildx.outputs.name }}
102+
platforms: linux/amd64,linux/arm64/v8
101103
context: .
102104
file: Dockerfile
103105
push: true

0 commit comments

Comments
 (0)