Skip to content

Commit

Permalink
v21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaBoulange committed Dec 21, 2024
1 parent 02d0736 commit dff9665
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
All notable changes are documented in this file.

## v21.1 - 2024-12-21

- New version of `octez`: Quebec protocol (ParisC still active).

## v21.0 - 2024-11-15

- New version of `octez`: Quebec protocol (ParisC still active).
Expand Down
6 changes: 3 additions & 3 deletions usr/local/bin/tezos-constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
##############################

case "$BAKER_ARCH" in
"amd64") GITLAB_PACKAGE_ID='159438808'
"amd64") GITLAB_PACKAGE_ID='166087384'
;;
"arm64") GITLAB_PACKAGE_ID='159440008'
"arm64") GITLAB_PACKAGE_ID='166088079'
;;
*) echo "Unknown architecture '$BAKER_ARCH'. Assumed 'amd64'." ; GITLAB_PACKAGE_ID='159438808'
*) echo "Unknown architecture '$BAKER_ARCH'. Assumed 'amd64'." ; GITLAB_PACKAGE_ID='166087384'
;;
esac

Expand Down

0 comments on commit dff9665

Please sign in to comment.