-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch: add amd64 v1 support container image
Signed-off-by: Ardika Bagus <[email protected]>
- Loading branch information
Showing
3 changed files
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
uses: ./.github/workflows/test.yaml | ||
|
||
release: | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-22.04 | ||
needs: | ||
- test | ||
steps: | ||
|
@@ -28,12 +28,6 @@ jobs: | |
with: | ||
go-version: ^1.21.x | ||
|
||
- name: Get Tag | ||
id: tag | ||
uses: devops-actions/[email protected] | ||
with: | ||
strip_v: true | ||
|
||
- uses: docker/setup-qemu-action@v2 | ||
|
||
- name: Log in to the GitHub Container registry | ||
|
@@ -48,6 +42,6 @@ jobs: | |
with: | ||
distribution: goreleaser | ||
version: latest | ||
args: release --rm-dist | ||
args: release --clean | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters