diff --git a/.github/workflows/cve-scan-and-patching.yml b/.github/workflows/cve-scan-and-patching.yml index f5959bc7..4f11fe96 100644 --- a/.github/workflows/cve-scan-and-patching.yml +++ b/.github/workflows/cve-scan-and-patching.yml @@ -12,8 +12,7 @@ on: jobs: set_docker_config_env_var: - runs-on: - runs-on: ubuntu-latest + runs-on: ubuntu-latest steps: - name: set DOCKER_CONFIG id: set_docker_config_env diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 6a57c541..d7c122f2 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -4,6 +4,7 @@ on: push: branches: - "main" +# - "feat/product540/improve-support-for-arm64" schedule: - cron: "0 2 * * *" @@ -48,8 +49,6 @@ jobs: # https://github.com/docker/setup-qemu-action name: Set up QEMU uses: docker/setup-qemu-action@v3 - with: - platforms: arm64 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 with: