Skip to content

Commit

Permalink
ci(docker): disable arm64 image
Browse files Browse the repository at this point in the history
Dont have arm machine to test
  • Loading branch information
aceforeverd committed Jul 24, 2024
1 parent 5f16a06 commit 5e966d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hybridsql-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ jobs:
with:
context: docker
push: ${{ github.event_name == 'push' }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 5e966d3

Please sign in to comment.