Skip to content

Commit 06065fe

Browse files
committed
remove need in qemu
1 parent d036f87 commit 06065fe

File tree

6 files changed

+6
-18
lines changed

6 files changed

+6
-18
lines changed

.github/workflows/c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Python 3.11
3939
run: |
4040
sudo apt update
41-
sudo apt install -y python3.11 qemu-user-static
41+
sudo apt install -y python3.11
4242
-
4343
name: Checkout
4444
uses: actions/checkout@v4

.github/workflows/next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Python 3.11
3939
run: |
4040
sudo apt update
41-
sudo apt install -y python3.11 qemu-user-static
41+
sudo apt install -y python3.11
4242
-
4343
name: Checkout
4444
uses: actions/checkout@v4

.github/workflows/stage0.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Python 3.11
3939
run: |
4040
sudo apt update
41-
sudo apt install -y python3.11 qemu-user-static
41+
sudo apt install -y python3.11
4242
-
4343
name: Checkout
4444
uses: actions/checkout@v4
@@ -50,9 +50,6 @@ jobs:
5050
id: setup-buildx
5151
uses: docker/setup-buildx-action@v3
5252
with:
53-
append: |
54-
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234
55-
platforms: linux/arm64
5653
driver: remote
5754
endpoint: tcp://127.0.0.1:1234
5855
- name: Enable snapshotter

.github/workflows/stage1.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Python 3.11
3939
run: |
4040
sudo apt update
41-
sudo apt install -y python3.11 qemu-user-static
41+
sudo apt install -y python3.11
4242
-
4343
name: Checkout
4444
uses: actions/checkout@v4
@@ -50,9 +50,6 @@ jobs:
5050
id: setup-buildx
5151
uses: docker/setup-buildx-action@v3
5252
with:
53-
append: |
54-
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234
55-
platforms: linux/arm64
5653
driver: remote
5754
endpoint: tcp://127.0.0.1:1234
5855
- name: Enable snapshotter

.github/workflows/stage2.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Python 3.11
3939
run: |
4040
sudo apt update
41-
sudo apt install -y python3.11 qemu-user-static
41+
sudo apt install -y python3.11
4242
-
4343
name: Checkout
4444
uses: actions/checkout@v4
@@ -50,9 +50,6 @@ jobs:
5050
id: setup-buildx
5151
uses: docker/setup-buildx-action@v3
5252
with:
53-
append: |
54-
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234
55-
platforms: linux/arm64
5653
driver: remote
5754
endpoint: tcp://127.0.0.1:1234
5855
- name: Enable snapshotter

.github/workflows/stage3.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Python 3.11
3939
run: |
4040
sudo apt update
41-
sudo apt install -y python3.11 qemu-user-static
41+
sudo apt install -y python3.11
4242
-
4343
name: Checkout
4444
uses: actions/checkout@v4
@@ -50,9 +50,6 @@ jobs:
5050
id: setup-buildx
5151
uses: docker/setup-buildx-action@v3
5252
with:
53-
append: |
54-
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234
55-
platforms: linux/arm64
5653
driver: remote
5754
endpoint: tcp://127.0.0.1:1234
5855
- name: Enable snapshotter

0 commit comments

Comments
 (0)