Skip to content

Commit

Permalink
[github] Only build the arm64 image.
Browse files Browse the repository at this point in the history
  • Loading branch information
sykloid committed Jun 20, 2024
1 parent 16db058 commit 03818db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/arm64
push: true
tags: sykloid/airlift:latest

0 comments on commit 03818db

Please sign in to comment.