Compare commits

..

No commits in common. "af800b150c649dde0af963f90a71f4bcd7f6faee" and "f41bfbc458fb99a7e56377eaf9da1b9c02c83e3a" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,5 @@
FROM archlinux:base-devel AS builder # FROM quay.io/skiffos/ubuntu:focal as builder
FROM archlinux:base-devel as builder
RUN pacman --noconfirm -Syu RUN pacman --noconfirm -Syu
RUN pacman --noconfirm -S shadow wget pkg-config autoconf-archive jq boost boost \ RUN pacman --noconfirm -S shadow wget pkg-config autoconf-archive jq boost boost \

View file

@ -8,7 +8,6 @@ if [ -z "$NIXOS_TAG" ]; then
fi fi
docker build \ docker build \
--cpus=$(( $(nproc) / 2 )) \
-t "git.devcomp.xyz/devcomp/nixos:$NIXOS_TAG" \ -t "git.devcomp.xyz/devcomp/nixos:$NIXOS_TAG" \
-f Dockerfile \ -f Dockerfile \
--push . --push .