diff --git a/.github/workflows/build_base_alpine_dev.yaml b/.github/workflows/build_base_alpine_dev.yaml index 5fc76424..7ae4dcdc 100644 --- a/.github/workflows/build_base_alpine_dev.yaml +++ b/.github/workflows/build_base_alpine_dev.yaml @@ -75,7 +75,7 @@ jobs: build-args: | BUILD_IMAGE=${{ env.OS_NAME }}:${{ env.OS_VERSION }} GOLANG_IMAGE=${{ env.GOLANG_IMAGE }} - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}