Skip to content

Commit

Permalink
build ad arm
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHorn07 committed Mar 17, 2024
1 parent 09154d1 commit 523a699
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/github-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: 'arm64' # support AWS EC2 t4g
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand All @@ -41,6 +43,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/arm64 # support AWS EC2 t4g
tags: ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -52,9 +55,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check the deployed service URL
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: https://api.poapper.club|https://api-dev.poapper.club
url: https://api.poapper.club
follow-redirect: true
max-attempts: 3
retry-delay: 10s

0 comments on commit 523a699

Please sign in to comment.