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 21aeea1 commit 139f2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
--platform linux/amd64 \
--build-arg HW_ARCH=x86_64 \
--output=type=docker \
-t dfki-quad-x86_64 docker/
-t dfki-quad-x86_64 docker

# Step 5a: Run the build inside the Docker container for x86_64
- name: Run build on x86_64
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
--platform linux/arm64 \
--build-arg HW_ARCH=aarch64 \
--output=type=docker \
-t dfki-quad-arm docker/
-t dfki-quad-arm docker

# Step 5b: Run the build inside the Docker container for ARM
- name: Run build on ARM
Expand Down

0 comments on commit 139f2c8

Please sign in to comment.