Skip to content

Commit b3a1ddf

Browse files
committed
multi-arch build to account for arm64 runners
1 parent 284a32b commit b3a1ddf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ jobs:
176176
cache-to: type=gha,mode=max
177177
context: .
178178
file: ./Dockerfile
179+
platforms: linux/amd64,linux/arm64
179180
tags: |
180181
ghcr.io/launchdarkly/find-code-references-in-pull-request:latest
181182
ghcr.io/launchdarkly/find-code-references-in-pull-request:${{ github.sha }}
182-
push: ${{ github.ref == 'refs/heads/main' }}
183+
push: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)