Skip to content

Commit

Permalink
[FEAT] bump post-processor worker to debian 12
Browse files Browse the repository at this point in the history
  • Loading branch information
smCloudInTheSky committed Feb 19, 2025
1 parent eabc4b9 commit cb83db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-processor/googlecompute-export/post-processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func (p *PostProcessor) PostProcess(ctx context.Context, ui packersdk.Ui, artifa
Network: p.config.Network,
NetworkProjectId: builderProjectId,
StateTimeout: 5 * time.Minute,
SourceImageFamily: "debian-9-worker",
SourceImageFamily: "debian-12-worker",
SourceImageProjectId: []string{"compute-image-tools"},
Subnetwork: p.config.Subnetwork,
Zone: p.config.Zone,
Expand Down

0 comments on commit cb83db0

Please # to comment.