Skip to content

Commit

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

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

0 comments on commit b534e31

Please sign in to comment.