Skip to content
This repository was archived by the owner on Aug 3, 2021. It is now read-only.

Commit eb4962f

Browse files
committed
adding pcnet fast 3
1 parent 4859536 commit eb4962f

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,9 @@ jobs:
4545
with:
4646
name: boot2docker.iso
4747
path: boot2docker.iso
48+
49+
- uses: ncipollo/release-action@v1
50+
with:
51+
name: latest
52+
artifacts: "boot2docker.iso"
53+
token: ${{ secrets.GITHUB_TOKEN }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_SQUASHFS=m
22
CONFIG_ZRAM=y
33
CONFIG_ZSMALLOC=y
4+
CONFIG_PCNET32=y

0 commit comments

Comments
 (0)