Skip to content

Commit

Permalink
Build an arm64 image too
Browse files Browse the repository at this point in the history
  • Loading branch information
LightSage committed Jul 28, 2023
1 parent 9e6e895 commit cf51a7a
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 @@ -24,6 +24,6 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/lightning-bot/sanctum:latest

0 comments on commit cf51a7a

Please sign in to comment.