Skip to content

Commit

Permalink
Update build.yml and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gsingh93 committed Jan 24, 2023
1 parent b0b406f commit 75336ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
ROOTFS=./rootfs-${{ matrix.arch }} make rootfs-init
make cpio
INITRAMFS_DIR=./rootfs/alpine-${{ matrix.arch }} make cpio CPIO_FILE=../../alpine-${{ matrix.arch }}.cpio.gz
ROOTFS_DIR=./rootfs/alpine-${{ matrix.arch }} make cpio
- name: Setup shared/init.sh
run: |
Expand All @@ -193,7 +193,7 @@ jobs:
run: |
QEMU_KERNEL_IMAGE=./kernel-image/$IMAGE_NAME make run
QEMU_KERNEL_IMAGE=./kernel-image/$IMAGE_NAME ROOTFS=./rootfs-${{ matrix.arch }} make run
QEMU_KERNEL_IMAGE=./kernel-image/$IMAGE_NAME INITRD=./alpine-${{ matrix.arch }}.cpio.gz make run
QEMU_KERNEL_IMAGE=./kernel-image/$IMAGE_NAME INITRD=1 make run
QEMU_KERNEL_IMAGE=./kernel-image/$IMAGE_NAME CPU=2 MEM=2048M QEMU_EXTRA_ARGS="" QEMU_EXTRA_KERNEL_CMDLINE="nokaslr" make run
- name: Upload rootfs artifact
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/rootfs/*.cpio.gz
/rootfs/alpine-*/

/toolchain
/shared
/out
/.cache
Expand Down

0 comments on commit 75336ca

Please sign in to comment.