Skip to content

Commit

Permalink
hotfix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
FranekStark committed Sep 23, 2024
1 parent 3d205ea commit 21aeea1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
pull_request:
branches:
- main

jobs:
build-x86:
build-x86_64:
runs-on: ubuntu-22.04

steps:
Expand Down Expand Up @@ -38,8 +39,8 @@ jobs:
- name: Run build on x86_64
run: docker run --rm --platform linux/amd64 dfki-quad-x86_64 bash -c "cbg"

build-arm:
runs-on: ubuntu-22.04
build-arm64:
runs-on: ubuntu-22.04

steps:
# Step 1: Checkout the repository
Expand Down

0 comments on commit 21aeea1

Please sign in to comment.