We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbea80e commit be59973Copy full SHA for be59973
.github/workflows/quality-checks.yml
@@ -421,8 +421,13 @@ jobs:
421
422
- name: Build dev container
423
run: |
424
- docker build -f .devcontainer/Dockerfile -t dev-container-image .
425
-
+ docker build -f .devcontainer/Dockerfile -t dev-container-image-arm .
+ docker save "dev-container-image-arm" -o dev-container-image-arm.img
426
+ - uses: actions/upload-artifact@v4
427
+ name: upload build artifact
428
+ with:
429
+ name: dev-container-image-arm
430
+ path: dev-container-image-arm.img
431
# - name: Configure AWS Credentials
432
# uses: aws-actions/configure-aws-credentials@v5
433
# id: connect-aws-deploy
0 commit comments