Skip to content

Commit 03d9368

Browse files
committed
Remove multi-platform build
1 parent bab5725 commit 03d9368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
ECR_REPOSITORY: ${{ secrets.ECR_REPOSITORY }}
5858
IMAGE_TAG: ${{ github.sha }}
5959
run: |
60-
docker build --platform linux/amd64,linux/arm64 -t ${ECR_REGISTRY}/${ECR_REPOSITORY}:${IMAGE_TAG} .
60+
docker build -t ${ECR_REGISTRY}/${ECR_REPOSITORY}:${IMAGE_TAG} .
6161
docker push ${ECR_REGISTRY}/${ECR_REPOSITORY}:${IMAGE_TAG}
6262
6363
- name: Install kubectl

0 commit comments

Comments
 (0)