Skip to content

Commit

Permalink
Build form arm64 & push to ECR
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed May 28, 2024
1 parent 76fe239 commit 9a11c0c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/deploy-submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,19 @@ jobs:
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: "🔨 Prebuild docker dependencies"
uses: docker/build-push-action@v5
with:
push: false
context: .
platforms: linux/arm64
push: true
tags: 262732185023.dkr.ecr.eu-west-1.amazonaws.com/indexer-cache:latest

- name: "🚀 SST Deploy"
env:
Expand Down

0 comments on commit 9a11c0c

Please sign in to comment.