File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -831,7 +831,7 @@ jobs:
831831 file : " /tmp/DOCKERFILES/debian-guix.dockerfile"
832832 platforms : " linux/${{ matrix.platform }}"
833833 build-args : |
834- ARCH=$(uname -m)
834+ ARCH=${{ matrix.arch }}
835835 tags : |
836836 pkgforge/debian-guix:${{ matrix.arch }}
837837 pkgforge/debian-guix:${{ matrix.arch }}-${{ env.DOCKER_TAG }}
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22# ------------------------------------------------------------------------------------#
33# https://hub.docker.com/r/pkgforge/debian-guix
4- FROM ARG ARCH
4+ ARG ARCH
55FROM "pkgforge/debian-builder-unstable:${ARCH}"
66# ------------------------------------------------------------------------------------#
77# #Install
You can’t perform that action at this time.
0 commit comments