Skip to content

Commit f8d9f2e

Browse files
author
Ayane Satomi
committed
[ci] add codercom/nbin-alpine to the APK command
we might be doing something really bad by not putting it on the same rules as Alpine ARM Signed-off-by: Ayane Satomi <sr229@coder.com>
1 parent 2907677 commit f8d9f2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function docker-build() {
1919

2020

2121
case "${image}" in
22-
codercom/nbin-alpine-arm | codercom/nbin-apline-arm64 )
22+
codercom/nbin-alpine-arm | codercom/nbin-apline-arm64 | codercom/nbin-alpine)
2323
docker exec "${containerId}" apk add libxkbfile-dev libsecret-dev git
2424
;;
2525
codercom/nbin-arm | codercom-nbin-arm64)

0 commit comments

Comments
 (0)