feat: delete enterprise container

This commit is contained in:
Nevo David 2025-07-12 20:54:33 +07:00
commit 76200a3732
1 changed files with 1 additions and 6 deletions

View File

@ -25,9 +25,8 @@ jobs:
include:
- runnertags: ubuntu-latest
arch: amd64
- runnertags: ubuntu-latest
- runnertags: ubuntu-24.04-arm
arch: arm64
runs-on: ${{ matrix.runnertags }}
steps:
- name: Checkout
@ -35,10 +34,6 @@ jobs:
with:
fetch-depth: 0
- name: Set up QEMU (For ARM64 Builds)
if: matrix.arch == 'arm64'
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3