Skip to content

Commit

Permalink
Add ARM profiles to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anFatum committed Aug 31, 2022
1 parent 8ddfd7d commit 42399ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fixed-
- name: Build with skaffold
run: ./skaffold build --file-output=container-ids.json --tag='${{env.RELEASE_VER}}'
run: ./skaffold build --prodile arm --file-output=container-ids.json --tag='${{env.RELEASE_VER}}'

This comment has been minimized.

Copy link
@aantn

aantn Aug 31, 2022

Collaborator

@anFatum typo?


- name: Save artifact with tags of built containers
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_robusta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build with skaffold
run: |
echo 'building with tag test-${{ github.sha }}'
./skaffold build --push=false --file-output=container-ids.json --tag='test-${{ github.sha }}'
./skaffold build --profile arm --push=false --file-output=container-ids.json --tag='test-${{ github.sha }}'

This comment has been minimized.

Copy link
@aantn

aantn Aug 31, 2022

Collaborator

Does this build only arm or also regular?

kind load docker-image --name chart-testing 'us-central1-docker.pkg.dev/genuine-flight-317411/devel/robusta-runner:test-${{ github.sha }}'
# update helm chart to use the image we just built
Expand Down

0 comments on commit 42399ca

Please sign in to comment.