Skip to content

Commit

Permalink
Prevent "unknown" architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
wkornewald committed Nov 19, 2023
1 parent 31833b5 commit b74de84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
if: github.event_name == 'workflow_dispatch' || (github.event_name != 'pull_request' && steps.checkchanged.outputs.CHANGED != 'false')
with:
context: .
# Prevent "unknown" platforms: https://github.com/docker/build-push-action/issues/820
provenance: false
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: ${{ github.event_name != 'pull_request' }}
tags: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a bare Samba Docker image giving you just the raw Samba server and a sim

Note: Most existing Samba Docker images allow creating users and setting smb.conf values via environment variables or via a custom YAML based config system. This Docker image takes a more direct approach. You have to set up your own smb.conf (or extend the default) and you have to configure users with a normal shell script.

The CI automatically checks for updates (e.g. security fixes) several times daily and publishes a new image only when necessary. So, this image could be used with podman-auto-update or Watchtower.
The CI automatically checks for updates (e.g. security fixes) several times per day and publishes a new image only when necessary. So, this image could be used with podman-auto-update or Watchtower.

## Defaults

Expand Down

0 comments on commit b74de84

Please sign in to comment.