This repository has been archived on 2024-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
stagex/Makefile

12 lines
311 B
Makefile
Raw Normal View History

2023-11-09 10:13:20 +00:00
out/gcc.oci.tgz:
docker build -f packages/gcc/Dockerfile -t ocirep/gcc .
out/bash.oci.tgz:
docker build -f packages/bash/Dockerfile -t ocirep/bash .
out/busybox.oci.tgz:
docker build -f packages/busybox/Dockerfile -t ocirep/busybox .
out/go.oci.tgz:
docker build -f packages/go/Dockerfile -t ocirep/go .