Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
actually use arm architecture for arm job
Browse files Browse the repository at this point in the history
  • Loading branch information
thought-tobi committed Mar 27, 2024
1 parent 7027558 commit ff91fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ jobs:
env:
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
run: |
./scripts/docker-util.sh build
./scripts/docker-util.sh push
./scripts/docker-util.sh build_arm
./scripts/docker-util.sh push_arm

0 comments on commit ff91fd0

Please sign in to comment.