File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 9797 - amzn2
9898 - el9
9999 - el8
100- runs-on : ubuntu-latest
100+ runs-on : ubuntu-22.04${{ matrix.arch == 'arm64' && '-arm' || '' }}
101101
102102 steps :
103103 - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
@@ -106,15 +106,9 @@ jobs:
106106 ref : ${{ github.event.inputs.ref }}
107107
108108 - uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
109-
110- - uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
111- with :
112- platforms : ${{ matrix.arch }}
113-
114109 - name : build release
115110 run : |
116111 docker run -i --rm -v $(pwd):/wd --workdir /wd \
117- --platform=linux/${{ matrix.arch }} \
118112 -e BUILD_RELEASE=1 \
119113 -e QUICER_TLS_VER=${{ matrix.openssl }} \
120114 ghcr.io/emqx/emqx-builder/${{ matrix.erlang.builder }}-${{ matrix.os }} \
You can’t perform that action at this time.
0 commit comments