Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Add support for linux/arm64/v8 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Cheong authored Sep 1, 2023
1 parent ff4b03f commit fa2c4f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,5 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64/v8 # Add the desired platforms here

0 comments on commit fa2c4f9

Please sign in to comment.