# This file generated by `mix dagger.gen`. Please DO NOT EDIT. defmodule Dagger.Platform do @moduledoc "The platform config OS and architecture in a Container.\n\nThe format is [os]/[platform]/[version] (e.g., \"darwin/arm64/v7\", \"windows/amd64\", \"linux/arm64\")." @type t() :: String.t() end