Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: gbionescu <[email protected]>
  • Loading branch information
gbionescu committed Sep 4, 2024
1 parent c7f8ca4 commit fc3f6f7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Build alpine image
run: sudo ./build-rootfs.sh alpine
- name: Install prerequisites
run: sudo apt install docker qemu-system

- name: Build ubuntu 21.04 image
run: sudo ./build-rootfs.sh ubuntu21.04

- name: Build al2
run: sudo ./build-rootfs.sh amazonlinux2
- name: Build and test all images
run: sudo ./tests/test-all.sh

0 comments on commit fc3f6f7

Please sign in to comment.