Skip to content

Commit

Permalink
Remove platform linux/arm64 for image build due to issue with ruamel.…
Browse files Browse the repository at this point in the history
…yaml.clib v0.2.8
  • Loading branch information
abdulhuq811 committed Aug 29, 2024
1 parent bfb8e6a commit db590c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
platforms: linux/amd64,linux/arm64
# XXX - linux/arm64 has issues installing ruamel.yaml.clib 0.2.8
platforms: linux/amd64
tags: nikelab222/pterradactyl:latest,nikelab222/pterradactyl:${{ env.VERSION }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit db590c2

Please sign in to comment.