Skip to content

Commit

Permalink
feature: support container image linux/arm64
Browse files Browse the repository at this point in the history
Add support to build images linux/arm64.

Related: repository-service-tuf/repository-service-tuf#615

Signed-off-by: Kairo Araujo <[email protected]>
  • Loading branch information
kairoaraujo committed Feb 1, 2024
1 parent ed79f93 commit 45dd50a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/repository-service-tuf/repository-service-tuf-worker:${{ inputs.image_version }}
build-args: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_docker_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/repository-service-tuf/repository-service-tuf-worker:dev
build-args: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
context: .
push: false
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/repository-service-tuf/repository-service-tuf-worker:test
build-args: |
Expand Down

0 comments on commit 45dd50a

Please sign in to comment.