Skip to content

Commit

Permalink
Swap podman for docker in MacOS 14 container workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
e3m3 committed Sep 14, 2024
1 parent 05035a1 commit e1f6c81
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/build-and-test-macos14-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@
HOMEBREW_HOME=/opt/homebrew
eval "$(${HOMEBREW_HOME}/bin/brew shellenv)"

brew install podman

case ${BUILD_MODE} in
debug) build_mode= ;;
release) build_mode=--release ;;
*) echo "Error: BUILD_MODE=$BUILD_MODE" >2 && exit 1 ;;
esac

podman machine init
podman machine start
podman build \
docker build \
-f container/Containerfile.${DISTRO}${OS_VER} \
-t ${OS}-calcc-${build_mode} \
--build-arg=BUILD_MODE=${build_mode} \
Expand Down

0 comments on commit e1f6c81

Please sign in to comment.