Skip to content

Commit

Permalink
use buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
buremba committed Oct 14, 2024
1 parent 276dcfe commit 01ebcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ECR_REPOSITORY: universql
IMAGE_TAG: latest
run: |
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -f snowflake.aws.lambda.Dockerfile .
docker buildx build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -f snowflake.aws.lambda.Dockerfile --platform linux/amd64,linux/arm64 .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
- uses: int128/deploy-lambda-action@v1
Expand Down

0 comments on commit 01ebcbf

Please sign in to comment.