Skip to content

Commit

Permalink
feat: 新增 riscv64 架构支持
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Sep 9, 2024
1 parent 1b32e33 commit 9c8a71c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,13 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push Image
if: env.create == '1'
uses: docker/build-push-action@v5
with:
context: .
provenance: false
file: Dockerfile.cicd
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x
push: true
tags: |
${{ github.repository_owner }}/dataease:${{ env.version }}
Expand Down

0 comments on commit 9c8a71c

Please sign in to comment.