mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
增加ARM的dashboard支持
This commit is contained in:
parent
eeb6b73141
commit
a638fc879a
34
.github/workflows/dashboard.yml
vendored
34
.github/workflows/dashboard.yml
vendored
@ -33,27 +33,27 @@ jobs:
|
||||
run: |
|
||||
go env
|
||||
go test -v ./...
|
||||
|
||||
- name: Build dasbboard image
|
||||
|
||||
- name: Set up image name
|
||||
run: |
|
||||
GHRC_IMAGE_NAME=$(echo "ghcr.io/${{ github.repository_owner }}/nezha-dashboard" | tr '[:upper:]' '[:lower:]')
|
||||
if [ ${{ github.repository_owner }} = "naiba" ]
|
||||
then ALI_IMAGE_NAME=$(echo "registry.cn-shanghai.aliyuncs.com/naibahq/nezha-dashboard")
|
||||
else ALI_IMAGE_NAME=$(echo "registry.cn-shanghai.aliyuncs.com/${{ github.repository_owner }}/nezha-dashboard" | tr '[:upper:]' '[:lower:]')
|
||||
fi
|
||||
echo "::set-env name=GHRC_IMAGE_NAME::$GHRC_IMAGE_NAME"
|
||||
echo "::set-env name=ALI_IMAGE_NAME::$ALI_IMAGE_NAME"
|
||||
|
||||
- name: Build dasbboard image And Push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64,linux/arm
|
||||
push: false
|
||||
tags: nezha-dasbboard
|
||||
|
||||
- name: Push dasbboard image
|
||||
run: |
|
||||
GHRC_IMAGE_NAME=$(echo "ghcr.io/${{ github.repository_owner }}/nezha-dashboard" | tr '[:upper:]' '[:lower:]')
|
||||
if [ ${{ github.repository_owner }} = "naiba" ]
|
||||
then ALI_IMAGE_NAME=$(echo "registry.cn-shanghai.aliyuncs.com/naibahq/nezha-dashboard")
|
||||
else ALI_IMAGE_NAME=$(echo "registry.cn-shanghai.aliyuncs.com/${{ github.repository_owner }}/nezha-dashboard" | tr '[:upper:]' '[:lower:]')
|
||||
fi
|
||||
docker tag nezha-dasbboard $GHRC_IMAGE_NAME
|
||||
docker tag nezha-dasbboard $ALI_IMAGE_NAME
|
||||
docker push $GHRC_IMAGE_NAME
|
||||
docker push $ALI_IMAGE_NAME
|
||||
platforms: linux/amd64,linux/arm64,linux/arm,linux/386
|
||||
push: true
|
||||
tags: |
|
||||
${{ GHRC_IMAGE_NAME }}
|
||||
${{ ALI_IMAGE_NAME }}
|
||||
|
||||
- name: Purge jsdelivr cache
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user