forked from LiamAEdwards/SS14-Docker-Linux-Server
CI: enable amd64 buildx with qemu
Some checks failed
Build and publish wylab SS14 server / build-and-push-image (push) Has been cancelled
Some checks failed
Build and publish wylab SS14 server / build-and-push-image (push) Has been cancelled
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -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