Skip to content

Commit 0556918

Browse files
committed
chore: remove alpine arm container
Signed-off-by: Peefy <xpf6677@163.com>
1 parent d016b5d commit 0556918

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/go-test.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ jobs:
6464
runner: ubuntu-latest # Host runner for the container
6565
container: golang:1.23-alpine3.19
6666
cgo_enabled: 1
67-
- os: alpine-arm64
68-
runner: ubuntu-22.04-arm # ARM64 host runner
69-
container: golang:1.23-alpine3.19
70-
cgo_enabled: 1
71-
arch: arm64
7267

7368
runs-on: ${{ matrix.runner }}
7469
container: ${{ matrix.container }}

0 commit comments

Comments
 (0)