Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/bake-rootfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Ensure AWS CLI is available
run: aws --version || { sudo apt-get update && sudo apt-get install -y awscli; }
Expand Down Expand Up @@ -98,14 +98,14 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Ensure AWS CLI is available
run: aws --version || { sudo apt-get update && sudo apt-get install -y awscli; }

- name: Build all tiers for ${{ matrix.arch }}
run: |
sudo ./tools/rootfs-builder/build-iiab-rootfs.sh \
sudo bash ./tools/rootfs-builder/build-iiab-rootfs.sh \
--all-tier --arch "${{ matrix.arch }}" \
--publish-url "$ROOTFS_PUBLIC_BASE" --reset-mirrors
# the builder runs as root; hand dist/ back to the runner so the upload step can read it
Expand Down
Empty file modified tools/rootfs-builder/build-iiab-rootfs.sh
100644 → 100755
Empty file.
Loading