We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fab420 commit c247facCopy full SHA for c247fac
1 file changed
.github/workflows/backend-ci-cd.yml
@@ -79,6 +79,12 @@ jobs:
79
username: ${{ github.actor }}
80
password: ${{ secrets.GITHUB_TOKEN }}
81
82
+ - name: Set up QEMU
83
+ uses: docker/setup-qemu-action@v3
84
+
85
+ - name: Set up Docker Buildx
86
+ uses: docker/setup-buildx-action@v3
87
88
- name: Extract metadata for Docker
89
id: meta
90
uses: docker/metadata-action@v5
@@ -95,5 +101,6 @@ jobs:
95
101
context: ./backend
96
102
file: ./backend/Dockerfile
97
103
push: true
104
+ platforms: linux/amd64,linux/arm64
98
105
tags: ${{ steps.meta.outputs.tags }}
99
106
labels: ${{ steps.meta.outputs.labels }}
0 commit comments