forked from wylab/WS14-Docker-Linux-Server
CI: enable amd64 buildx with qemu
This commit is contained in:
@@ -45,6 +45,14 @@ jobs:
|
||||
fi
|
||||
echo "commit=${COMMIT}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
platforms: amd64
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Log in to the container registry
|
||||
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user