File tree 2 files changed +13
-11
lines changed
2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change
1
+ FROM alpine:3.19
2
+ RUN ls
Original file line number Diff line number Diff line change @@ -25,17 +25,17 @@ jobs:
25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- uses : actions/checkout@v4
28
- - run : docker run --rm --privileged -- platform= linux/arm64 ubuntu:latest bash -c 'ls'
29
- - uses : docker://ubuntu:latest
30
- with :
31
- args : >
32
- bash -c
33
- "
34
- apt-get -y update && apt-get -y install sudo &&
35
- .github/scripts/install_deps.sh &&
36
- ./scripts/genappimage.sh nightly
37
- "
38
- - run : ls build
28
+ - run : docker buildx build --platform linux/arm64 .github/workflows
29
+ # - uses: docker://ubuntu:latest
30
+ # with:
31
+ # args: >
32
+ # bash -c
33
+ # "
34
+ # apt-get -y update && apt-get -y install sudo &&
35
+ # .github/scripts/install_deps.sh &&
36
+ # ./scripts/genappimage.sh nightly
37
+ # "
38
+ # - run: ls build
39
39
# - uses: actions/checkout@v3
40
40
# with:
41
41
# repository: 'neovim/neovim'
You can’t perform that action at this time.
0 commit comments