Skip to content

Commit

Permalink
Add architecture to docker image name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Aug 4, 2024
1 parent de59ace commit 2a367fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
file: docker/Dockerfile
push: false
tags: cadabra2-jupyter:latest
outputs: type=docker,dest=cadabra2-jupyter.tar
outputs: type=docker,dest=cadabra2-jupyter-${{ matrix.arch }}.tar

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: cadabra2-jupyter
path: cadabra2-jupyter.tar
path: cadabra2-jupyter-${{ matrix.arch }}.tar
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ include(cmake/version.cmake)
print_header("Building Cadabra version ${CADABRA_VERSION_MAJOR}.${CADABRA_VERSION_MINOR}.${CADABRA_VERSION_PATCH}.${CADABRA_VERSION_TWEAK} (${SYSTEM_BITS}-bit)")
message(STATUS "Build id '${CADABRA_VERSION_BUILD}' dated ${CADABRA_VERSION_DATE}")
message(STATUS "Build mode is set to '${CMAKE_BUILD_TYPE}'")
message(STATUS "Architecture is '${CMAKE_SYSTEM_PROCESSOR}}'")

# Notify about install directory
if ("${CMAKE_INSTALL_PREFIX}" STREQUAL "")
Expand Down

0 comments on commit 2a367fd

Please sign in to comment.