Skip to content

Commit a0895d4

Browse files
committed
Fix directory structure
Signed-off-by: Charalampos Mainas <charalampos.mainas@gmail.com>
1 parent 7119e8d commit a0895d4

8 files changed

Lines changed: 5 additions & 27 deletions

File tree

.github/workflows/build_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ jobs:
6161
id: build-and-push
6262
uses: docker/build-push-action@v6
6363
with:
64-
context: ./hello-world/${{ env.framework }}
64+
context: ./hello-world/${{ env.framework }}/${{ inputs.monitor }}
6565
tags: ${{ steps.meta.outputs.tags }}
6666
labels: ${{ steps.meta.outputs.labels }}
6767
platforms: linux/${{ inputs.arch }}
6868
push: true
6969
provenance: false
70-
file: ./hello-world/${{ env.framework }}/bunnyfile-${{ inputs.monitor }}-${{ inputs.arch }}
70+
file: ./hello-world/${{ env.framework }}/${{ inputs.monitor }}/bunnyfile-${{ inputs.arch }}
7171

7272
- name: Collect build result
7373
id: result

.github/workflows/separate_frameworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
get-frameworks:
17-
name: Get the frameworks to build against
17+
name: Get the frameworks to build ${{ inputs.app }} against
1818
runs-on: ubuntu-22.04
1919
outputs:
2020
frameworks: ${{ steps.filter.outputs.frameworks }}

.github/workflows/separate_monitors.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818

1919
jobs:
2020
get-monitors:
21+
name: Get the monitors for ${{ inputs.app }} and $[[ inputs.framework }}
2122
runs-on: ubuntu-22.04
2223
outputs:
2324
monitors: ${{ steps.filter.outputs.monitors }}
@@ -42,7 +43,7 @@ jobs:
4243
echo "monitors=$MONITORS" >> "$GITHUB_OUTPUT"
4344
echo "monitors_json=$MONITORS_JSON" >> "$GITHUB_OUTPUT"
4445
45-
- name: Show changed files
46+
- name: Show monitors
4647
run: |
4748
echo "Build for monitors: ${{ steps.filter.outputs.monitors }}"
4849
echo "MOnitors json: ${{ steps.filter.outputs.monitors_json }}"

hello-world/unikraft/Makefile

Lines changed: 0 additions & 23 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)