add CSI to dev build

This commit is contained in:
2022-08-11 14:40:38 -04:00
parent f8dfa9ed33
commit e5b1c5e6f5
2 changed files with 35 additions and 1 deletions

View File

@@ -40,4 +40,14 @@ jobs:
tags: ghcr.io/sstent/seaweedfs:latest
cache-from: type=gha
cache-to: type=gha,mode=max
-
name: Build and push CSI
uses: docker/build-push-action@v2
with:
context: seaweedfs/
file: seaweedfs/Dockerfile.csi
platforms: linux/arm/v7, linux/arm64/v8
push: true
tags: ghcr.io/sstent/seaweedfs-csi:latest
cache-from: type=gha
cache-to: type=gha,mode=max