Skip to content

Commit d88452b

Browse files
committed
GHA aarch64: this IS a container job!
Why does GH think that it is not??? [ci skip]
1 parent c09c1ef commit d88452b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ jobs:
135135
linux-build-aarch64:
136136
if: ${{ github.event.inputs.inplinuxaarch64 == '' || github.event.inputs.inplinuxaarch64 == 'yes' }}
137137
runs-on: [linux-arm64]
138-
container:
139-
image: "alpine:3.18"
138+
container: "alpine:3.18"
140139
name: Linux build aaarch
141140
env:
142141
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)