diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4f43870..6a23a330 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: password: ${{ secrets.REGISTRY_PASSWORD }} # Build binary - name: Build - run: make all + run: make build-all env: PUSH: ${{ github.event_name != 'pull_request' }} - name: Release diff --git a/.github/workflows/published.yml b/.github/workflows/published.yml index a10ce98c..06da35e3 100644 --- a/.github/workflows/published.yml +++ b/.github/workflows/published.yml @@ -27,12 +27,12 @@ jobs: name: modeld image: kubeservice-stack/modeld file: ./Dockerfile - platforms: linux/amd64,linux/arm64,linux/386,linux/ppc64le,linux/s390x + platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x - name: modeldl image: kubeservice-stack/modeldl file: ./Dockerfile.dl - platforms: linux/amd64,linux/arm64,linux/386,linux/ppc64le,linux/s390x + platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x steps: - name: Checkout