Skip to content

Commit

Permalink
Build multiarch
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Jul 26, 2023
1 parent 3631685 commit d4b4cd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
push: true
tags: ghcr.io/the-candy-shop/starksheet-monorepo/starksheet-cairo:latest
context: ./packages/starksheet-cairo
platforms: linux/amd64,linux/arm64

build_webapp:
runs-on: ubuntu-latest
Expand All @@ -47,3 +48,4 @@ jobs:
push: true
tags: ghcr.io/the-candy-shop/starksheet-monorepo/starksheet-webapp:latest
context: ./packages/starksheet-webapp
platforms: linux/amd64,linux/arm64

0 comments on commit d4b4cd4

Please sign in to comment.