diff --git a/.github/workflows/build-packages.yml b/.github/workflows/build-packages.yml index 51b404b544..5765253a78 100644 --- a/.github/workflows/build-packages.yml +++ b/.github/workflows/build-packages.yml @@ -323,7 +323,6 @@ jobs: OPENSSL_VERSION: "1.1.1w" LIBEVENT_VERSION: "2.1.12-stable" ZLIB_VERSION: "1.3.1" - BUILD_TYPE: "64" CROSS_HOST: "x86_64-w64-mingw32" MINGW: "mingw64" @@ -398,7 +397,7 @@ jobs: --disable-gcc-hardening \ --enable-static-tor \ --prefix="/build/anon-prefix" - make -j${{ env.ANON_JOBS }} + make -j1 make install - name: Copy executables to artifact directory run: | diff --git a/.github/workflows/live-build-and-deploy.yml b/.github/workflows/live-build-and-deploy.yml index 3d9e5ea4cf..8fc06c5edf 100644 --- a/.github/workflows/live-build-and-deploy.yml +++ b/.github/workflows/live-build-and-deploy.yml @@ -36,7 +36,7 @@ jobs: uses: ./.github/actions/build-and-push with: docker-username: ${{ github.actor }} - docker-password: ${{ secrets.GITHUB_TOKEN }} + docker-password: ${{ secrets.GITHUB_TOKEN }} docker-base-repo: ${{ env.image-name }}-${{ matrix.platform.image-suffix }} docker-tag: ${{ env.image-tag }} docker-platform: ${{ matrix.platform.name }} @@ -54,7 +54,7 @@ jobs: uses: ./.github/actions/multiarch-push with: docker-username: ${{ github.actor }} - docker-password: ${{ secrets.GITHUB_TOKEN }} + docker-password: ${{ secrets.GITHUB_TOKEN }} docker-base-repo: ${{ env.image-name }} docker-tag: ${{ env.image-tag }} event-name: ${{ github.event_name }}