diff --git a/.github/workflows/dev-ci.yaml b/.github/workflows/dev-ci.yaml index c2bd8858..3424d350 100644 --- a/.github/workflows/dev-ci.yaml +++ b/.github/workflows/dev-ci.yaml @@ -29,6 +29,7 @@ jobs: - name: Build and Push Agent Image uses: docker/build-push-action@v3 + platforms: linux/amd64,linux/arm64 with: context: . file: 'Dockerfile.alpine' diff --git a/.github/workflows/prod-ci.yaml b/.github/workflows/prod-ci.yaml index 61aa7c7d..94e23197 100644 --- a/.github/workflows/prod-ci.yaml +++ b/.github/workflows/prod-ci.yaml @@ -30,6 +30,7 @@ jobs: - name: Build and Push Agent Image uses: docker/build-push-action@v3 + platforms: linux/amd64,linux/arm64 with: context: . file: 'Dockerfile.alpine'