diff options
| author | van Hauser <vh@thc.org> | 2023-01-27 11:46:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-27 11:46:59 +0100 |
| commit | 3e8a691a81c08c174467e3d7ae04328a4d6be29e (patch) | |
| tree | dcb91017e71b3390e8387d7295ee13012dba344b /.github/workflows | |
| parent | 3b6fcd911a860a8c823c912c4b08b423734e4cfe (diff) | |
| parent | 33eba1fc5652060e8d877b02135fce2325813d0c (diff) | |
| download | afl++-3e8a691a81c08c174467e3d7ae04328a4d6be29e.tar.gz | |
Merge pull request #1627 from AFLplusplus/dev
push to stable
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/container.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 8836997d..4599c335 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -47,8 +47,8 @@ jobs: uses: actions/checkout@v3 - name: Set up QEMU uses: docker/setup-qemu-action@v2 - with: - platforms: arm64 +# with: +# platforms: arm64 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Login to docker.io @@ -69,7 +69,8 @@ jobs: uses: docker/build-push-action@v3 with: context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 +# ,linux/arm64 push: true tags: ${{ steps.push-tags.outputs.PUSH_TAGS }} cache-from: type=gha |
