Skip to content

Commit

Permalink
feat: arm64 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Jun 3, 2024
1 parent 6013a00 commit 2f9d928
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tests-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Create Docker Buildx Builder
run: docker buildx create --name mybuilder

- name: Build Empty ARM64 Image
run: docker buildx build --platform linux/arm64 -t empty-arm64 --load .

- name: Run command in ARM64 container
run: docker run --rm empty-arm64 ls -l
- name: Test ARM64
uses: docker/build-push-action@v5
with:
context: .
file: ./dev/dockerfile-arm64-github-actions
platforms: linux/arm64
push: false
tags: ghcr.io/langgenius/dify-sandbox:arm64-test

0 comments on commit 2f9d928

Please sign in to comment.