Skip to content

Commit

Permalink
modify instance platform build and instance id
Browse files Browse the repository at this point in the history
  • Loading branch information
dreth committed Oct 9, 2024
1 parent d5e7e17 commit a53e819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Build Docker image
run: |
docker build -t hbd -f prod.Dockerfile .
docker build --platform linux/arm64 -t hbd -f prod.Dockerfile .
docker tag hbd:latest hbd:latest
- name: Push Docker image to ECR
Expand Down

0 comments on commit a53e819

Please sign in to comment.