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 19, 2024
1 parent b078c16 commit 64dfd7b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
19 changes: 18 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,23 @@ 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: Build vineyard fluid fuse image
#env:
# VINEYARD_FLUID_FUSE_VERSION: "${{ github.sha }}"
#VINEYARD_FLUID_FUSE_VERSION=$VINEYARD_FLUID_FUSE_VERSION
run: |
make -C docker/ vineyard-fluid-fuse VINEYARD_FLUID_FUSE_VERSION=b078c16d772fd3be6e9cedd3c622f29f3c129c9f PLATFORM=${{ matrix.platform }}
- name: Setup tmate session
if: true
uses: mxschmitt/action-tmate@v3

- name: Install Dependencies for Linux
if: runner.os == 'Linux'
run: |
Expand Down
1 change: 1 addition & 0 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ build-python-dev:
vineyard-fluid-fuse:
docker build ./vineyard-fluid-fuse \
-t $(VINEYARD_FLUID_FUSE_REGISTRY)/$(VINEYARD_FLUID_FUSE_IMAGE):$(VINEYARD_FLUID_FUSE_TAG) \
--platform linux/$(ARCH) \
--build-arg PLATFORM=$(PLATFORM)
.PHONY: vineyard-fluid-fuse

Expand Down
Empty file modified docker/vineyard-fluid-fuse/entrypoint.sh
100644 → 100755
Empty file.

0 comments on commit 64dfd7b

Please sign in to comment.