]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build: Add static build on CI target
authorSteven Seungcheol Lee <sc108.lee@samsung.com>
Wed, 11 Oct 2023 10:06:39 +0000 (19:06 +0900)
committerDaniel Wagner <wagi@monom.org>
Wed, 11 Oct 2023 13:09:23 +0000 (15:09 +0200)
Update container image as debian:latest(targets run on ubuntu-latest)

Co-authored-by: Daniel Wagner <dwagner@suse.de>
Signed-off-by: Steven Seungcheol Lee <sc108.lee@samsung.com>
.github/workflows/build.yml

index 99036451a19f0ef82e9296c96ec63304d446a778..21cf26625bbc1406d6ada32417e2e2fd2022b12f 100644 (file)
@@ -89,3 +89,13 @@ jobs:
       - name: build
         run: |
           scripts/build.sh -m muon
+  build-make-static:
+    name: make static
+    runs-on: ubuntu-latest
+    container:
+      image: ghcr.io/igaw/linux-nvme/debian:latest
+    steps:
+      - uses: actions/checkout@v3
+      - name: build
+        run: |
+          make static