Skip to content

Commit 76200a3

Browse files
committed
feat: delete enterprise container
2 parents 7ecc5e3 + 25a2835 commit 76200a3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build-containers.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,15 @@ jobs:
2525
include:
2626
- runnertags: ubuntu-latest
2727
arch: amd64
28-
- runnertags: ubuntu-latest
28+
- runnertags: ubuntu-24.04-arm
2929
arch: arm64
30-
3130
runs-on: ${{ matrix.runnertags }}
3231
steps:
3332
- name: Checkout
3433
uses: actions/checkout@v4
3534
with:
3635
fetch-depth: 0
3736

38-
- name: Set up QEMU (For ARM64 Builds)
39-
if: matrix.arch == 'arm64'
40-
uses: docker/setup-qemu-action@v3
41-
4237
- name: Set up Docker Buildx
4338
uses: docker/setup-buildx-action@v3
4439

0 commit comments

Comments
 (0)