Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build images for different architectures #36

Open
w0rng opened this issue Jul 27, 2024 · 1 comment · May be fixed by #65
Open

build images for different architectures #36

w0rng opened this issue Jul 27, 2024 · 1 comment · May be fixed by #65

Comments

@w0rng
Copy link

w0rng commented Jul 27, 2024

Maybe add an image build for different architectures to ci/cd?
For example, like this:

 - name: Build
        uses: docker/build-push-action@v5
        with:
          push: true
          platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
          tags: ${{ steps.metadata.outputs.tags }}
@AR45H
Copy link

AR45H commented Aug 6, 2024

Seconded.
Arm64 build is sorely missed.

@PadowYT2 PadowYT2 linked a pull request Feb 16, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants