Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
c9d5fd9b
Unverified
Commit
c9d5fd9b
authored
1 year ago
by
Tom Herbers
Browse files
Options
Downloads
Patches
Plain Diff
workflows: build-container: build images for amd64 and arm64
parent
0ba3f50f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/build-container.yml
+5
-0
5 additions, 0 deletions
.github/workflows/build-container.yml
with
5 additions
and
0 deletions
.github/workflows/build-container.yml
+
5
−
0
View file @
c9d5fd9b
...
@@ -21,6 +21,10 @@ jobs:
...
@@ -21,6 +21,10 @@ jobs:
steps
:
steps
:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v2
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v2
-
name
:
Log in to the Container registry
-
name
:
Log in to the Container registry
uses
:
docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
uses
:
docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
if
:
${{ github.repository_owner == 'freifunk-gluon' && github.event_name == 'push' }}
if
:
${{ github.repository_owner == 'freifunk-gluon' && github.event_name == 'push' }}
...
@@ -38,5 +42,6 @@ jobs:
...
@@ -38,5 +42,6 @@ jobs:
with
:
with
:
context
:
./contrib/docker
context
:
./contrib/docker
push
:
${{ github.repository_owner == 'freifunk-gluon' && github.event_name == 'push' }}
push
:
${{ github.repository_owner == 'freifunk-gluon' && github.event_name == 'push' }}
platforms
:
linux/amd64,linux/arm64
tags
:
${{ steps.meta.outputs.tags }}
tags
:
${{ steps.meta.outputs.tags }}
labels
:
${{ steps.meta.outputs.labels }}
labels
:
${{ steps.meta.outputs.labels }}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment