Compare commits

...

2 commits

2 changed files with 2 additions and 2 deletions

View file

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

View file

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