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 7a01dea commit 9fa3f38
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!

# 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 ARM64 image
run: |
/bin/bash -c './build.sh -a aarch64 -q'

0 comments on commit 9fa3f38

Please sign in to comment.