mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Reverted support for arm64 Docker builds
This commit is contained in:
parent
a277b0d219
commit
94dd748634
10
.github/workflows/publish.yml
vendored
10
.github/workflows/publish.yml
vendored
@ -63,11 +63,11 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
# - name: Set up QEMU
|
||||
# uses: docker/setup-qemu-action@v1
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
# - name: Set up Docker Buildx
|
||||
# uses: docker/setup-buildx-action@v1
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
@ -86,7 +86,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
# platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
${{ github.event.repository.full_name }}:latest
|
||||
${{ github.event.repository.full_name }}:${{ github.event.release.tag_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user