Skip to content

Commit

Permalink
GitHub: Improve go-test performance by enable Go cache (#37)
Browse files Browse the repository at this point in the history
Also remove platforms, I do not use them and they take a while to build.
I left a TODO to enable other platforms later.
  • Loading branch information
kalbasit authored Dec 6, 2024
1 parent d429ee5 commit 4178c27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup_devbox
- uses: ./.github/actions/setup_go
- uses: ./.github/actions/go_test

docker:
Expand All @@ -20,8 +21,9 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/docker
with:
# NOTE: Enable more platform when we have demand for them and I can test them.
# platforms: linux/amd64,linux/arm64,linux/arm/v7
images: kalbasit/ncps
platforms: linux/amd64,linux/arm64,linux/arm/v7
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

Expand Down

0 comments on commit 4178c27

Please sign in to comment.