From 9983b97a3860f8c7739de40b6868527fba497477 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Thu, 26 May 2022 02:56:12 -0400 Subject: [PATCH] ci: remove debug arm64 db workflow --- .github/workflows/dev-db-arm64.yml | 35 ------------------------------ 1 file changed, 35 deletions(-) delete mode 100644 .github/workflows/dev-db-arm64.yml diff --git a/.github/workflows/dev-db-arm64.yml b/.github/workflows/dev-db-arm64.yml deleted file mode 100644 index 676676e06..000000000 --- a/.github/workflows/dev-db-arm64.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Debug - Dev DB Image ARM64 - -on: - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - steps: - - uses: actions/checkout@v2 - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - - - name: Login to GitHub Container Registry - uses: docker/login-action@v2 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - - name: Docker Build & Push - uses: docker/build-push-action@v3 - with: - context: . - file: docker/db.Dockerfile - platforms: linux/arm64 - push: true - tags: ghcr.io/ietf-tools/datatracker-db-arm64:latest