File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,11 +57,18 @@ jobs:
5757 username : ${{ secrets.DOCKER_USERNAME }}
5858 password : ${{ secrets.DOCKER_PASSWORD }}
5959
60+ - name : Set up QEMU
61+ uses : docker/setup-qemu-action@v3
62+
63+ - name : Set up Docker Buildx
64+ uses : docker/setup-buildx-action@v3
65+
6066 - name : Build and Push Docker Image
6167 uses : docker/build-push-action@v5
6268 with :
6369 context : .
6470 push : true
71+ platforms : linux/amd64,linux/arm64
6572 tags : |
6673 ${{ secrets.DOCKER_USERNAME }}/rack-planner:${{ env.VERSION }}
6774 ${{ secrets.DOCKER_USERNAME }}/rack-planner:latest
Original file line number Diff line number Diff line change 11{
22 "name" : " rack-planner" ,
33 "private" : true ,
4- "version" : " 1.0.2 " ,
4+ "version" : " 1.0.3 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
3636 "typescript-eslint" : " ^8.46.4" ,
3737 "vite" : " ^7.2.4"
3838 }
39- }
39+ }
You can’t perform that action at this time.
0 commit comments