the great migration from truenas to fedora and all its collatoral
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 24m47s
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 24m47s
This commit is contained in:
@@ -10,10 +10,10 @@ COMMAND_PREFIX=""
|
||||
|
||||
export DEBUG_TAG="debug-$(date +"%s")"
|
||||
|
||||
docker image pull docker.io/archlinux:latest
|
||||
podman image pull podman.io/archlinux:latest
|
||||
|
||||
# Run the build for the CPU image
|
||||
docker build \
|
||||
podman build \
|
||||
-t gitea.reeseapps.com/services/arch-toolbox:$DEBUG_TAG \
|
||||
-f ./infrastructure/graduated/distoolbox/arch-toolbox.containerfile \
|
||||
--target cpu \
|
||||
@@ -22,9 +22,9 @@ docker build \
|
||||
./infrastructure/graduated/distoolbox
|
||||
|
||||
# Run the build for the AMD gpu image
|
||||
docker build \
|
||||
podman build \
|
||||
-t gitea.reeseapps.com/services/arch-toolbox-amdgpu:$DEBUG_TAG \
|
||||
-f ./infrastructure/graduated/distoolbox/arch-toolbox.containerfile \
|
||||
--target amdgpu \
|
||||
--load \
|
||||
./infrastructure/graduated/distoolbox
|
||||
./infrastructure/graduated/distoolbox
|
||||
|
||||
Reference in New Issue
Block a user