Skip to content

Commit

Permalink
Setup QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed Jun 5, 2023
1 parent e6f2b65 commit 0d772ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
-
name: Setup QEMU
uses: docker/setup-qemu-action@v2
-
name: Login to GitHub Packages Docker Registry
uses: docker/login-action@v2
Expand Down Expand Up @@ -181,7 +184,10 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
-
-
name: Setup QEMU
uses: docker/setup-qemu-action@v2
-
name: Docker SSH Setup
env:
GOOGLE_APPLICATION_CREDENTIALS: /tmp/gs.json
Expand All @@ -193,7 +199,8 @@ jobs:
git config --global user.email "github-bot@aserto.com"
git config --global user.name "Aserto Bot"
eval `ssh-agent`
ssh-add $HOME/.ssh/id_rsa
echo "${SERVICE_ACCOUNT_GITHUB_ACTIONS_RELEASE}" > /tmp/gs.json
-
name: Release
Expand Down
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"golangci",
"gomega",
"gomnd",
"goreleaser",
"goruntime",
"gosdk",
"gosec",
Expand Down Expand Up @@ -145,6 +146,7 @@
"rego",
"repos",
"ringbuf",
"rlcp",
"runtimes",
"sirupsen",
"statefulset",
Expand Down

0 comments on commit 0d772ed

Please sign in to comment.