File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1515 username : ${{ secrets.DOCKER_USERNAME }}
1616 password : ${{ secrets.DOCKER_PASSWORD }}
1717
18+ - name : 🛠️ Set up QEMU
19+ uses : docker/setup-qemu-action@v3
20+
21+ - name : 🔧 Set up Docker Buildx
22+ uses : docker/setup-buildx-action@v3
23+
1824 - name : Login to GitHub Packages
1925 uses : docker/login-action@v3
2026 with :
@@ -39,10 +45,11 @@ jobs:
3945 flavor : |
4046 latest=true
4147
42- - name : Build and push to DockerHub & GitHub Packages
43- id : docker_build
48+ - name : 🚢 Build and Push Docker Image
49+ id : push
4450 uses : docker/build-push-action@v6
4551 with :
52+ platforms : linux/amd64,linux/arm64
4653 push : true
4754 tags : ${{ steps.meta.outputs.tags }}
4855 build-args : |
6572 - name : Upload Binaries
6673 run : |
6774 go install github.com/tcnksm/ghr@latest
68- ghr -t ${{ secrets.GITHUB_TOKEN }} --delete Latest builds/compressed/
75+ ghr -t ${{ secrets.GITHUB_TOKEN }} --delete Latest builds/compressed/
You can’t perform that action at this time.
0 commit comments