소스 검색

use arm/v8

Pouria Ezzati 1 년 전
부모
커밋
45fa1a9c34
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .github/workflows/docker-build-latest.yaml
  2. 1 1
      .github/workflows/docker-build-release.yaml

+ 1 - 1
.github/workflows/docker-build-latest.yaml

@@ -33,7 +33,7 @@ jobs:
         uses: docker/build-push-action@v2
         uses: docker/build-push-action@v2
         with:
         with:
           context: .
           context: .
-          platforms: linux/amd64,linux/arm64,linux/arm/v7
+          platforms: linux/amd64,linux/arm64,linux/arm/v8
           push: true
           push: true
           tags: ${{ env.dockerhub_repository }}:${{ env.dockerhub_tag }}
           tags: ${{ env.dockerhub_repository }}:${{ env.dockerhub_tag }}
       -
       -

+ 1 - 1
.github/workflows/docker-build-release.yaml

@@ -31,6 +31,6 @@ jobs:
         uses: docker/build-push-action@v2
         uses: docker/build-push-action@v2
         with:
         with:
           context: .
           context: .
-          platforms: linux/amd64,linux/arm64,linux/arm/v7
+          platforms: linux/amd64,linux/arm64,linux/arm/v8
           push: true
           push: true
           tags: ${{ env.dockerhub_repository }}:${{ github.event.release.tag_name }}, ${{ env.dockerhub_repository }}:latest
           tags: ${{ env.dockerhub_repository }}:${{ github.event.release.tag_name }}, ${{ env.dockerhub_repository }}:latest