run-on-arch-action icon indicating copy to clipboard operation
run-on-arch-action copied to clipboard

Need alpine_edge; Dockerfile.aarch64.alpine_edge does not exist

Open probonopd opened this issue 2 years ago • 0 comments

In my build.yaml I am using

      uses: uraimo/run-on-arch-action@v2
      with:
        arch: ${{ matrix.qemu_arch }}
        distro: alpine_edge

because I need fuse3 wich is only in the edge branch of Alpine Linux (I was told that fuse2 is no longer maintained and should not be used anymore).

Getting

build (aarch64, aarch64)
run-on-arch: /home/runner/work/_actions/uraimo/run-on-arch-action/v2/Dockerfiles/Dockerfile.aarch64.alpine_edge does not exist.
build (armv7, armhf)
run-on-arch: /home/runner/work/_actions/uraimo/run-on-arch-action/v2/Dockerfiles/Dockerfile.armv7.alpine_edge does not exist.

Can alpine_edge be enabled please?

probonopd avatar May 02 '22 05:05 probonopd