diff --git a/.github/workflows/docker_publish.yml b/.github/workflows/docker_publish.yml index 8946757..04b4a5e 100644 --- a/.github/workflows/docker_publish.yml +++ b/.github/workflows/docker_publish.yml @@ -87,6 +87,7 @@ jobs: target: final tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + # arm64 failed to build on alpine image platforms: linux/amd64 - name: Build and push UBI @@ -98,26 +99,4 @@ jobs: target: final tags: ${{ steps.meta-ubi.outputs.tags }} labels: ${{ steps.meta-ubi.outputs.labels }} - platforms: linux/amd64 - - # - name: Build and push arm64 - # uses: docker/build-push-action@v5 - # with: - # context: . - # file: ./Dockerfile - # push: true - # target: final - # tags: ${{ steps.meta.outputs.tags }} - # labels: ${{ steps.meta.outputs.labels }} - # platforms: linux/arm64 - - # - name: Build and push UBI arm64 - # uses: docker/build-push-action@v5 - # with: - # context: . - # file: ./Dockerfile.ubi - # push: true - # target: final - # tags: ${{ steps.meta-ubi.outputs.tags }} - # labels: ${{ steps.meta-ubi.outputs.labels }} - # platforms: linux/arm64 + platforms: linux/amd64,linux/arm64