Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Put on hold x86_64 build to debug arm64
  • Loading branch information
vejmarie authored Dec 3, 2024
1 parent 9fa3f38 commit fbbb169
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- uses: actions/checkout@v4

# Runs a set of commands using the runners shell
- name: Building AMD64 image
run: |
chmod 755 ./build.sh
/bin/bash -c './build.sh -a x86_64'
# - name: Building AMD64 image
# run: |
# chmod 755 ./build.sh
# /bin/bash -c './build.sh -a x86_64'
- name: Building ARM64 image
run: |
/bin/bash -c './build.sh -a aarch64 -q'

0 comments on commit fbbb169

Please sign in to comment.