diff --git a/.github/workflows/arm_deb_packager.yml b/.github/workflows/arm_deb_packager.yml index 854adb70..fca5de9a 100644 --- a/.github/workflows/arm_deb_packager.yml +++ b/.github/workflows/arm_deb_packager.yml @@ -163,6 +163,8 @@ jobs: packaging/deb/miden-node-${{ env.GIT_TAG }}-${{ env.ARCH }}.deb.checksum packaging/deb/miden-faucet-${{ env.GIT_TAG }}-${{ env.ARCH }}.deb packaging/deb/miden-faucet-${{ env.GIT_TAG }}-${{ env.ARCH }}.deb.checksum + env: + ARCH: arm64 if: ${{ github.event_name == 'push' }} - name: Determine build type diff --git a/.github/workflows/deploy_devnet_test.yml b/.github/workflows/deploy_devnet_test.yml deleted file mode 100644 index 341d32e2..00000000 --- a/.github/workflows/deploy_devnet_test.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: devnet deploy test - -on: - push: - branches: - - SPEC-161-miden-deployment-fix-from-package - workflow_dispatch: - -permissions: - id-token: write - contents: write - -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout Code Repository - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 - with: - aws-region: eu-west-1 - role-to-assume: arn:aws:iam::${{ secrets.MIDEN_DEV_ACCOUNT_ID }}:role/midendev-GithubActionsRole - role-session-name: GithubActionsSession - - - name: Execute test command - uses: ./.github/actions/ssm_execute - with: - instance_id: ${{ secrets.DEVNET_INSTANCE_TF }} - command: ls -lrt