Skip to content

Commit

Permalink
store
Browse files Browse the repository at this point in the history
Signed-off-by: Ye Cao <[email protected]>
  • Loading branch information
dashanji committed Apr 18, 2024
1 parent b078c16 commit ec9c06b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ env:
jobs:
ci:
runs-on: ${{ matrix.os }}
if: ${{ github.repository == 'v6d-io/v6d' }}
strategy:
matrix:
os: [ubuntu-20.04]
platform: [aarch64]
metadata: [local, etcd, redis] # disable redis for now as it seems has some nondeterministic bugs
exclude:
- metadata: local
Expand Down Expand Up @@ -83,6 +83,16 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.metadata }}-ccache-
- name: Set up qemu
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Setup tmate session
if: true
uses: mxschmitt/action-tmate@v3

- name: Install Dependencies for Linux
if: runner.os == 'Linux'
run: |
Expand Down
2 changes: 1 addition & 1 deletion docker/vineyard-fluid-fuse/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -ex

SOCKET_NAME="vineyard-worker.sock"
Expand Down

0 comments on commit ec9c06b

Please sign in to comment.