Skip to content

Commit 21e6109

Browse files
committed
fixup: quick update, squash later
1 parent a47c9e2 commit 21e6109

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

Diff for: .github/workflows/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM alpine:3.19
2+
RUN ls

Diff for: .github/workflows/arm.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- 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
3939
# - uses: actions/checkout@v3
4040
# with:
4141
# repository: 'neovim/neovim'

0 commit comments

Comments
 (0)