Skip to content

Commit

Permalink
IN-342 Only build linux/amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Jul 11, 2024
1 parent b2b6bf8 commit 133abfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .dockworker/dockworker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dockworker:
uuid: 3503
framework:
name: Mysql
version: 7
version: 10.4
startup_finished_marker: 'mysqld: ready for connections'
endpoint:
name: http
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deployment-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
deploy-branches: '["dev","prod"]'
image-name: 'ghcr.io/unb-libraries/drupal.mysql.lib.unb.ca'
k8s-deployment-name: 'drupal-mysql-lib-unb-ca'
platforms: '["linux/amd64"]'
push-branches: '["dev","prod"]'
secrets:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG_DATA }}
Expand Down

0 comments on commit 133abfe

Please sign in to comment.