File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 7
7
build-docker-arm :
8
8
name : Build Linux ARM packages
9
9
runs-on : ubuntu-24.04-arm
10
- strategy :
11
- matrix :
12
- container : [rocky_9, debian_11, debian_12]
13
10
steps :
14
11
- uses : actions/checkout@v4
15
12
with :
16
13
fetch-depth : 0
17
14
persist-credentials : false
18
15
- run : git fetch origin "+${GITHUB_REF}:${GITHUB_REF}"
19
16
if : ${{ github.ref_type == 'tag' }}
20
- - uses : ruby/setup-ruby@v1
21
17
- run : git clone https://github.com/chrisd8088/build-dockers.git "$HOME/build-dockers"
22
- - run : (cd "$HOME/build-dockers" && git checkout add-rocky-multi-arch && ./build_dockers.bsh --arch=arm64 "$CONTAINER" )
18
+ - run : (cd "$HOME/build-dockers" && git checkout add-rocky-multi-arch && ./build_dockers.bsh --arch=arm64 debian_11 debian_12 )
23
19
env :
24
20
CONTAINER : ${{matrix.container}}
25
- - run : ./docker/run_dockers.bsh --prune --arch=arm64 "$CONTAINER"
21
+ - run : ./docker/run_dockers.bsh --prune --arch=arm64 debian_11 debian_12
26
22
env :
27
23
CONTAINER : ${{matrix.container}}
28
24
- run : find . -type f -name '*.deb'
You can’t perform that action at this time.
0 commit comments